Html Css Color HEX #EF0A28 Torch Red

📋 copy color: '#EF0A28'

red 239 ◦ green 10 ◦ blue 40

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

Shades of Torch Red #EF0A28

Tints of Torch Red #EF0A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.46%

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

R = 82.7%
G = 3.46%
B = 13.84%

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

#EF0A28 (or 0xEF0A28) is known color: Torch Red. HEX triplet: EF, 0A and 28. RGB value is (239,10,40). Sum of RGB (Red+Green+Blue) = 239+10+40=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0A28 is #10F5D7. Grayscale: #525252. Windows color (decimal): -1111512 or 2624239. OLE color: 2624239.

HSL color Cylindrical-coordinate representation of color #EF0A28: hue angle of 352.14º degrees, saturation: 0.92, 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 #EF0A28 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 10 40 -
CMYK 0 0.96 0.83 0.06
HSL 352.14º 0.92% 0.49% -
HSV(B) 352.14º 0.96% 0.94% -
XYZ 36.09 18.72 3.72 -
YUV 81.89 104.37 240.06 -
System Red Green Blue C M Y K H S L
Decimal 239 10 40 0 0.96 0.83 0.06 352.14 0.92 0.49
Hex EF A 28 0 60 53 6 160 5C 31
Octal 357 12 50 0 140 123 6 540 134 61
Binary 11101111 1010 101000 0 1100000 1010011 110 101100000 1011100 110001

Color Harmonies of #EF0A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0A28

Black with #EF0A28

Text Example


Text Example

White with #EF0A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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