Html Css Color HEX #EF0A2B Torch Red

📋 copy color: '#EF0A2B'

red 239 ◦ green 10 ◦ blue 43

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

Shades of Torch Red #EF0A2B

Tints of Torch Red #EF0A2B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.42%

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 81.85%
G = 3.42%
B = 14.73%

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

#EF0A2B (or 0xEF0A2B) is known color: Torch Red. HEX triplet: EF, 0A and 2B. RGB value is (239,10,43). Sum of RGB (Red+Green+Blue) = 239+10+43=292 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.85% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0A2B is #10F5D4. Grayscale: #525252. Windows color (decimal): -1111509 or 2820847. OLE color: 2820847.

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

Color convert

RGB 239 10 43 -
CMYK 0 0.96 0.82 0.06
HSL 351.35º 0.92% 0.49% -
HSV(B) 351.35º 0.96% 0.94% -
XYZ 36.14 18.74 4 -
YUV 82.23 105.87 239.82 -
System Red Green Blue C M Y K H S L
Decimal 239 10 43 0 0.96 0.82 0.06 351.35 0.92 0.49
Hex EF A 2B 0 60 52 6 15F 5C 31
Octal 357 12 53 0 140 122 6 537 134 61
Binary 11101111 1010 101011 0 1100000 1010010 110 101011111 1011100 110001

Color Harmonies of #EF0A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0A2B

Black with #EF0A2B

Text Example


Text Example

White with #EF0A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0A2B; }

 p { color: rgb(239,10,43); }

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

background-color css

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

 a { background-color: rgb(239,10,43); }

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

border-color css

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

 span { border-color: rgb(239,10,43); }

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