#EF0319

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

Shades of Torch Red #EF0319

Tints of Torch Red #EF0319

Color information

#EF0319 (or 0xEF0319) is unknown color: approx Torch Red. HEX triplet: EF, 03 and 19. RGB value is (239,3,25). Sum of RGB (Red+Green+Blue) = 239+3+25=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0319 is #10FCE6. Grayscale: #4C4C4C. Windows color (decimal): -1113319 or 1639407. OLE color: 1639407.

HSL color Cylindrical-coordinate representation of color #EF0319: hue angle of 354.41º 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 #EF0319 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB239325-
CMYK00.990.900.06
HSL354.41º97.52%47.45%-
HSV(B)354.41º98.74%93.73%-
XYZ35.818.492.6-
YUV76.0799.19244.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 89.51%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 25 (10.16% from 255) = 9.36%
R=89.51%
G=1.12%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23932500.990.900.06354.4197.5247.45
HexEF3190635A6162622f
Octal3573310143132654214257
Binary1110111111110010110001110110101101011000101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0319; }

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

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

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

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

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

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

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

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