#EF0335

Color #EF0335 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #EF0335

Tints of Torch Red #EF0335

Color information

#EF0335 (or 0xEF0335) is unknown color: approx Torch Red. HEX triplet: EF, 03 and 35. RGB value is (239,3,53). Sum of RGB (Red+Green+Blue) = 239+3+53=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0335 is #10FCCA. Grayscale: #4F4F4F. Windows color (decimal): -1113291 or 3474415. OLE color: 3474415.

HSL color Cylindrical-coordinate representation of color #EF0335: hue angle of 347.29º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0335 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB239353-
CMYK00.990.780.06
HSL347.29º97.52%47.45%-
HSV(B)347.29º98.74%93.73%-
XYZ36.2718.675.06-
YUV79.26113.19241.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 81.02%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=81.02%
G=1.02%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23935300.990.780.06347.2997.5247.45
HexEF3350634E615b622f
Octal3573650143116653314257
Binary11101111111101010110001110011101101010110111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0335; }

 p { color: rgb(239,3,53); }

 H1.HeaderClassName
 {
   color: #EF0335;
 }
 .AnyTagClassName
 {
   color: #EF0335;
 }
</style>
background-color css

<style>
 a { background-color: #EF0335; }

 a { background-color: rgb(239,3,53); }

 div.DivClassName
 {
   background-color: #EF0335;
 }
 .BgClassName
 {
   background-color: #EF0335;
 }
</style>
border-color css

<style>
 span { border-color: #EF0335; }

 span { border-color: rgb(239,3,53); }

 td.TdClassName
 {
   border-color: #EF0335;
 }
 .TagClassName
 {
   border-color: #EF0335;
 }
</style>