Html Css Color HEX #EF0429 Torch Red

📋 copy color: '#EF0429'

red 239 ◦ green 4 ◦ blue 41

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

Shades of Torch Red #EF0429

Tints of Torch Red #EF0429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 84.15%
G = 1.41%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF0429 (or 0xEF0429) is known color: Torch Red. HEX triplet: EF, 04 and 29. RGB value is (239,4,41). Sum of RGB (Red+Green+Blue) = 239+4+41=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0429 is #10FBD6. Grayscale: #4E4E4E. Windows color (decimal): -1113047 or 2688239. OLE color: 2688239.

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

Color convert

RGB 239 4 41 -
CMYK 0 0.98 0.83 0.06
HSL 350.55º 0.97% 0.48% -
HSV(B) 350.55º 0.98% 0.94% -
XYZ 36.04 18.6 3.79 -
YUV 78.48 106.86 242.49 -
System Red Green Blue C M Y K H S L
Decimal 239 4 41 0 0.98 0.83 0.06 350.55 0.97 0.48
Hex EF 4 29 0 62 53 6 15F 61 30
Octal 357 4 51 0 142 123 6 537 141 60
Binary 11101111 100 101001 0 1100010 1010011 110 101011111 1100001 110000

Color Harmonies of #EF0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0429

Black with #EF0429

Text Example


Text Example

White with #EF0429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0429; }

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

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

background-color css

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

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

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

border-color css

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

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

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