Html Css Color HEX #EF021A Torch Red

📋 copy color: '#EF021A'

red 239 ◦ green 2 ◦ blue 26

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

Shades of Torch Red #EF021A

Tints of Torch Red #EF021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 89.51%
G = 0.75%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF021A (or 0xEF021A) is known color: Torch Red. HEX triplet: EF, 02 and 1A. RGB value is (239,2,26). Sum of RGB (Red+Green+Blue) = 239+2+26=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF021A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF021A is #10FDE5. Grayscale: #4B4B4B. Windows color (decimal): -1113574 or 1704687. OLE color: 1704687.

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

Color convert

RGB 239 2 26 -
CMYK 0 0.99 0.89 0.06
HSL 353.92º 0.98% 0.47% -
HSV(B) 353.92º 0.99% 0.94% -
XYZ 35.8 18.47 2.65 -
YUV 75.6 100.02 244.55 -
System Red Green Blue C M Y K H S L
Decimal 239 2 26 0 0.99 0.89 0.06 353.92 0.98 0.47
Hex EF 2 1A 0 63 59 6 162 62 2F
Octal 357 2 32 0 143 131 6 542 142 57
Binary 11101111 10 11010 0 1100011 1011001 110 101100010 1100010 101111

Color Harmonies of #EF021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF021A

Black with #EF021A

Text Example


Text Example

White with #EF021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF021A; }

 p { color: rgb(239,2,26); }

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

background-color css

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

 a { background-color: rgb(239,2,26); }

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

border-color css

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

 span { border-color: rgb(239,2,26); }

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