Html Css Color HEX #EF021F Torch Red

📋 copy color: '#EF021F'

red 239 ◦ green 2 ◦ blue 31

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

Shades of Torch Red #EF021F

Tints of Torch Red #EF021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 87.87%
G = 0.74%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF021F (or 0xEF021F) is known color: Torch Red. HEX triplet: EF, 02 and 1F. RGB value is (239,2,31). Sum of RGB (Red+Green+Blue) = 239+2+31=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF021F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF021F is #10FDE0. Grayscale: #4C4C4C. Windows color (decimal): -1113569 or 2032367. OLE color: 2032367.

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

Color convert

RGB 239 2 31 -
CMYK 0 0.99 0.87 0.06
HSL 352.66º 0.98% 0.47% -
HSV(B) 352.66º 0.99% 0.94% -
XYZ 35.87 18.49 2.98 -
YUV 76.17 102.52 244.14 -
System Red Green Blue C M Y K H S L
Decimal 239 2 31 0 0.99 0.87 0.06 352.66 0.98 0.47
Hex EF 2 1F 0 63 57 6 161 62 2F
Octal 357 2 37 0 143 127 6 541 142 57
Binary 11101111 10 11111 0 1100011 1010111 110 101100001 1100010 101111

Color Harmonies of #EF021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF021F

Black with #EF021F

Text Example


Text Example

White with #EF021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF021F; }

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

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

background-color css

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

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

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

border-color css

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

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

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