Html Css Color HEX #EF021D Torch Red

📋 copy color: '#EF021D'

red 239 ◦ green 2 ◦ blue 29

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

Shades of Torch Red #EF021D

Tints of Torch Red #EF021D

RGB

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

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

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

R = 88.52%
G = 0.74%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF021D (or 0xEF021D) is known color: Torch Red. HEX triplet: EF, 02 and 1D. RGB value is (239,2,29). Sum of RGB (Red+Green+Blue) = 239+2+29=270 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.52% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 239 - color contains mainly: red. Hex color #EF021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF021D is #10FDE2. Grayscale: #4C4C4C. Windows color (decimal): -1113571 or 1901295. OLE color: 1901295.

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

Color convert

RGB 239 2 29 -
CMYK 0 0.99 0.88 0.06
HSL 353.16º 0.98% 0.47% -
HSV(B) 353.16º 0.99% 0.94% -
XYZ 35.84 18.48 2.84 -
YUV 75.94 101.52 244.3 -
System Red Green Blue C M Y K H S L
Decimal 239 2 29 0 0.99 0.88 0.06 353.16 0.98 0.47
Hex EF 2 1D 0 63 58 6 161 62 2F
Octal 357 2 35 0 143 130 6 541 142 57
Binary 11101111 10 11101 0 1100011 1011000 110 101100001 1100010 101111

Color Harmonies of #EF021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF021D

Black with #EF021D

Text Example


Text Example

White with #EF021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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