Html Css Color HEX #EF0324 Torch Red

📋 copy color: '#EF0324'

red 239 ◦ green 3 ◦ blue 36

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

Shades of Torch Red #EF0324

Tints of Torch Red #EF0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 85.97%
G = 1.08%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF0324 (or 0xEF0324) is known color: Torch Red. HEX triplet: EF, 03 and 24. RGB value is (239,3,36). Sum of RGB (Red+Green+Blue) = 239+3+36=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0324 is #10FCDB. Grayscale: #4D4D4D. Windows color (decimal): -1113308 or 2360303. OLE color: 2360303.

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

Color convert

RGB 239 3 36 -
CMYK 0 0.99 0.85 0.06
HSL 351.61º 0.98% 0.47% -
HSV(B) 351.61º 0.99% 0.94% -
XYZ 35.95 18.54 3.35 -
YUV 77.33 104.69 243.32 -
System Red Green Blue C M Y K H S L
Decimal 239 3 36 0 0.99 0.85 0.06 351.61 0.98 0.47
Hex EF 3 24 0 63 55 6 160 62 2F
Octal 357 3 44 0 143 125 6 540 142 57
Binary 11101111 11 100100 0 1100011 1010101 110 101100000 1100010 101111

Color Harmonies of #EF0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0324

Black with #EF0324

Text Example


Text Example

White with #EF0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0324; }

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

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

background-color css

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

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

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

border-color css

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

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

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