Html Css Color HEX #EF091D Torch Red

📋 copy color: '#EF091D'

red 239 ◦ green 9 ◦ blue 29

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

Shades of Torch Red #EF091D

Tints of Torch Red #EF091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 86.28%
G = 3.25%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF091D (or 0xEF091D) is known color: Torch Red. HEX triplet: EF, 09 and 1D. RGB value is (239,9,29). Sum of RGB (Red+Green+Blue) = 239+9+29=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF091D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF091D is #10F6E2. Grayscale: #505050. Windows color (decimal): -1111779 or 1903087. OLE color: 1903087.

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

Color convert

RGB 239 9 29 -
CMYK 0 0.96 0.88 0.06
HSL 354.78º 0.93% 0.49% -
HSV(B) 354.78º 0.96% 0.94% -
XYZ 35.92 18.63 2.87 -
YUV 80.05 99.2 241.37 -
System Red Green Blue C M Y K H S L
Decimal 239 9 29 0 0.96 0.88 0.06 354.78 0.93 0.49
Hex EF 9 1D 0 60 58 6 163 5D 31
Octal 357 11 35 0 140 130 6 543 135 61
Binary 11101111 1001 11101 0 1100000 1011000 110 101100011 1011101 110001

Color Harmonies of #EF091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF091D

Black with #EF091D

Text Example


Text Example

White with #EF091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF091D; }

 p { color: rgb(239,9,29); }

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

background-color css

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

 a { background-color: rgb(239,9,29); }

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

border-color css

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

 span { border-color: rgb(239,9,29); }

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