Html Css Color HEX #EF0824 Torch Red

📋 copy color: '#EF0824'

red 239 ◦ green 8 ◦ blue 36

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

Shades of Torch Red #EF0824

Tints of Torch Red #EF0824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.83%

 BLUE value IS 36 (14.45% from 255) = 12.72%

R = 84.45%
G = 2.83%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF0824 (or 0xEF0824) is known color: Torch Red. HEX triplet: EF, 08 and 24. RGB value is (239,8,36). Sum of RGB (Red+Green+Blue) = 239+8+36=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0824 is #10F7DB. Grayscale: #505050. Windows color (decimal): -1112028 or 2361583. OLE color: 2361583.

HSL color Cylindrical-coordinate representation of color #EF0824: hue angle of 352.73º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0824 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 8 36 -
CMYK 0 0.97 0.85 0.06
HSL 352.73º 0.94% 0.48% -
HSV(B) 352.73º 0.97% 0.94% -
XYZ 36 18.65 3.37 -
YUV 80.26 103.03 241.22 -
System Red Green Blue C M Y K H S L
Decimal 239 8 36 0 0.97 0.85 0.06 352.73 0.94 0.48
Hex EF 8 24 0 61 55 6 161 5E 30
Octal 357 10 44 0 141 125 6 541 136 60
Binary 11101111 1000 100100 0 1100001 1010101 110 101100001 1011110 110000

Color Harmonies of #EF0824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0824

Black with #EF0824

Text Example


Text Example

White with #EF0824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0824; }

 p { color: rgb(239,8,36); }

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

background-color css

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

 a { background-color: rgb(239,8,36); }

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

border-color css

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

 span { border-color: rgb(239,8,36); }

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