Html Css Color HEX #EF0F2A Torch Red

📋 copy color: '#EF0F2A'

red 239 ◦ green 15 ◦ blue 42

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

Shades of Torch Red #EF0F2A

Tints of Torch Red #EF0F2A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.07%

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 80.74%
G = 5.07%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF0F2A (or 0xEF0F2A) is known color: Torch Red. HEX triplet: EF, 0F and 2A. RGB value is (239,15,42). Sum of RGB (Red+Green+Blue) = 239+15+42=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0F2A is #10F0D5. Grayscale: #555555. Windows color (decimal): -1110230 or 2756591. OLE color: 2756591.

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

Color convert

RGB 239 15 42 -
CMYK 0 0.94 0.82 0.06
HSL 352.77º 0.88% 0.5% -
HSV(B) 352.77º 0.94% 0.94% -
XYZ 36.19 18.86 3.92 -
YUV 85.05 103.71 237.8 -
System Red Green Blue C M Y K H S L
Decimal 239 15 42 0 0.94 0.82 0.06 352.77 0.88 0.5
Hex EF F 2A 0 5E 52 6 161 58 32
Octal 357 17 52 0 136 122 6 541 130 62
Binary 11101111 1111 101010 0 1011110 1010010 110 101100001 1011000 110010

Color Harmonies of #EF0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0F2A

Black with #EF0F2A

Text Example


Text Example

White with #EF0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0F2A; }

 p { color: rgb(239,15,42); }

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

background-color css

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

 a { background-color: rgb(239,15,42); }

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

border-color css

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

 span { border-color: rgb(239,15,42); }

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