Html Css Color HEX #EF1018 Torch Red

📋 copy color: '#EF1018'

red 239 ◦ green 16 ◦ blue 24

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

Shades of Torch Red #EF1018

Tints of Torch Red #EF1018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

 BLUE value IS 24 (9.77% from 255) = 8.6%

R = 85.66%
G = 5.73%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF1018 (or 0xEF1018) is known color: Torch Red. HEX triplet: EF, 10 and 18. RGB value is (239,16,24). Sum of RGB (Red+Green+Blue) = 239+16+24=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1018 is #10EFE7. Grayscale: #535353. Windows color (decimal): -1109992 or 1577199. OLE color: 1577199.

HSL color Cylindrical-coordinate representation of color #EF1018: hue angle of 357.85º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1018 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 16 24 -
CMYK 0 0.93 0.90 0.06
HSL 357.85º 0.87% 0.5% -
HSV(B) 357.85º 0.93% 0.94% -
XYZ 35.95 18.79 2.6 -
YUV 83.59 94.38 238.85 -
System Red Green Blue C M Y K H S L
Decimal 239 16 24 0 0.93 0.90 0.06 357.85 0.87 0.5
Hex EF 10 18 0 5D 5A 6 166 57 32
Octal 357 20 30 0 135 132 6 546 127 62
Binary 11101111 10000 11000 0 1011101 1011010 110 101100110 1010111 110010

Color Harmonies of #EF1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1018

Black with #EF1018

Text Example


Text Example

White with #EF1018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1018; }

 p { color: rgb(239,16,24); }

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

background-color css

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

 a { background-color: rgb(239,16,24); }

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

border-color css

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

 span { border-color: rgb(239,16,24); }

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