Html Css Color HEX #EF0928 Torch Red

📋 copy color: '#EF0928'

red 239 ◦ green 9 ◦ blue 40

#EF0928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #EF0928

Tints of Torch Red #EF0928

RGB

 RED value IS 239 (93.75% from 255) = 82.99%

 GREEN value IS 9 (3.91% from 255) = 3.13%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 82.99%
G = 3.13%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF0928 (or 0xEF0928) is known color: Torch Red. HEX triplet: EF, 09 and 28. RGB value is (239,9,40). Sum of RGB (Red+Green+Blue) = 239+9+40=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0928 is #10F6D7. Grayscale: #515151. Windows color (decimal): -1111768 or 2623983. OLE color: 2623983.

HSL color Cylindrical-coordinate representation of color #EF0928: hue angle of 351.91º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0928 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 40 -
CMYK 0 0.96 0.83 0.06
HSL 351.91º 0.93% 0.49% -
HSV(B) 351.91º 0.96% 0.94% -
XYZ 36.08 18.7 3.72 -
YUV 81.3 104.7 240.48 -
System Red Green Blue C M Y K H S L
Decimal 239 9 40 0 0.96 0.83 0.06 351.91 0.93 0.49
Hex EF 9 28 0 60 53 6 160 5D 31
Octal 357 11 50 0 140 123 6 540 135 61
Binary 11101111 1001 101000 0 1100000 1010011 110 101100000 1011101 110001

Color Harmonies of #EF0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0928

Black with #EF0928

Text Example


Text Example

White with #EF0928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0928; }

 p { color: rgb(239,9,40); }

 H1.HeaderClassName
 {
   color: #EF0928;
 }
 .AnyTagClassName
 {
   color: #EF0928;
 }
</style>

background-color css

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

 a { background-color: rgb(239,9,40); }

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

border-color css

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

 span { border-color: rgb(239,9,40); }

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