Html Css Color HEX #EF0229 Torch Red

📋 copy color: '#EF0229'

red 239 ◦ green 2 ◦ blue 41

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

Shades of Torch Red #EF0229

Tints of Torch Red #EF0229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 41 (16.41% from 255) = 14.54%

R = 84.75%
G = 0.71%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF0229 (or 0xEF0229) is known color: Torch Red. HEX triplet: EF, 02 and 29. RGB value is (239,2,41). Sum of RGB (Red+Green+Blue) = 239+2+41=282 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.75% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0229 is #10FDD6. Grayscale: #4D4D4D. Windows color (decimal): -1113559 or 2687727. OLE color: 2687727.

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

Color convert

RGB 239 2 41 -
CMYK 0 0.99 0.83 0.06
HSL 350.13º 0.98% 0.47% -
HSV(B) 350.13º 0.99% 0.94% -
XYZ 36.02 18.55 3.78 -
YUV 77.31 107.52 243.33 -
System Red Green Blue C M Y K H S L
Decimal 239 2 41 0 0.99 0.83 0.06 350.13 0.98 0.47
Hex EF 2 29 0 63 53 6 15E 62 2F
Octal 357 2 51 0 143 123 6 536 142 57
Binary 11101111 10 101001 0 1100011 1010011 110 101011110 1100010 101111

Color Harmonies of #EF0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0229

Black with #EF0229

Text Example


Text Example

White with #EF0229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0229; }

 p { color: rgb(239,2,41); }

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

background-color css

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

 a { background-color: rgb(239,2,41); }

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

border-color css

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

 span { border-color: rgb(239,2,41); }

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