Html Css Color HEX #EF031E Torch Red

📋 copy color: '#EF031E'

red 239 ◦ green 3 ◦ blue 30

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

Shades of Torch Red #EF031E

Tints of Torch Red #EF031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 87.87%
G = 1.1%
B = 11.03%

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

#EF031E (or 0xEF031E) is known color: Torch Red. HEX triplet: EF, 03 and 1E. RGB value is (239,3,30). Sum of RGB (Red+Green+Blue) = 239+3+30=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF031E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF031E is #10FCE1. Grayscale: #4C4C4C. Windows color (decimal): -1113314 or 1967087. OLE color: 1967087.

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

Color convert

RGB 239 3 30 -
CMYK 0 0.99 0.87 0.06
HSL 353.14º 0.98% 0.47% -
HSV(B) 353.14º 0.99% 0.94% -
XYZ 35.86 18.51 2.91 -
YUV 76.64 101.69 243.8 -
System Red Green Blue C M Y K H S L
Decimal 239 3 30 0 0.99 0.87 0.06 353.14 0.98 0.47
Hex EF 3 1E 0 63 57 6 161 62 2F
Octal 357 3 36 0 143 127 6 541 142 57
Binary 11101111 11 11110 0 1100011 1010111 110 101100001 1100010 101111

Color Harmonies of #EF031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF031E

Black with #EF031E

Text Example


Text Example

White with #EF031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF031E; }

 p { color: rgb(239,3,30); }

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

background-color css

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

 a { background-color: rgb(239,3,30); }

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

border-color css

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

 span { border-color: rgb(239,3,30); }

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