Html Css Color HEX #EF092A Torch Red

📋 copy color: '#EF092A'

red 239 ◦ green 9 ◦ blue 42

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

Shades of Torch Red #EF092A

Tints of Torch Red #EF092A

RGB

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

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

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

R = 82.41%
G = 3.1%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF092A (or 0xEF092A) is known color: Torch Red. HEX triplet: EF, 09 and 2A. RGB value is (239,9,42). Sum of RGB (Red+Green+Blue) = 239+9+42=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF092A is #10F6D5. Grayscale: #515151. Windows color (decimal): -1111766 or 2755055. OLE color: 2755055.

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

Color convert

RGB 239 9 42 -
CMYK 0 0.96 0.82 0.06
HSL 351.39º 0.93% 0.49% -
HSV(B) 351.39º 0.96% 0.94% -
XYZ 36.11 18.71 3.9 -
YUV 81.53 105.7 240.32 -
System Red Green Blue C M Y K H S L
Decimal 239 9 42 0 0.96 0.82 0.06 351.39 0.93 0.49
Hex EF 9 2A 0 60 52 6 15F 5D 31
Octal 357 11 52 0 140 122 6 537 135 61
Binary 11101111 1001 101010 0 1100000 1010010 110 101011111 1011101 110001

Color Harmonies of #EF092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF092A

Black with #EF092A

Text Example


Text Example

White with #EF092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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