Html Css Color HEX #EF0829 Torch Red

📋 copy color: '#EF0829'

red 239 ◦ green 8 ◦ blue 41

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

Shades of Torch Red #EF0829

Tints of Torch Red #EF0829

RGB

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

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

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

R = 82.99%
G = 2.78%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF0829 (or 0xEF0829) is known color: Torch Red. HEX triplet: EF, 08 and 29. RGB value is (239,8,41). Sum of RGB (Red+Green+Blue) = 239+8+41=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0829 is #10F7D6. Grayscale: #505050. Windows color (decimal): -1112023 or 2689263. OLE color: 2689263.

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

Color convert

RGB 239 8 41 -
CMYK 0 0.97 0.83 0.06
HSL 351.43º 0.94% 0.48% -
HSV(B) 351.43º 0.97% 0.94% -
XYZ 36.08 18.68 3.8 -
YUV 80.83 105.53 240.82 -
System Red Green Blue C M Y K H S L
Decimal 239 8 41 0 0.97 0.83 0.06 351.43 0.94 0.48
Hex EF 8 29 0 61 53 6 15F 5E 30
Octal 357 10 51 0 141 123 6 537 136 60
Binary 11101111 1000 101001 0 1100001 1010011 110 101011111 1011110 110000

Color Harmonies of #EF0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0829

Black with #EF0829

Text Example


Text Example

White with #EF0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0829; }

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

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

background-color css

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

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

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

border-color css

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

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

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