Html Css Color HEX #EF0318 Torch Red

📋 copy color: '#EF0318'

red 239 ◦ green 3 ◦ blue 24

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

Shades of Torch Red #EF0318

Tints of Torch Red #EF0318

RGB

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

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

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

R = 89.85%
G = 1.13%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF0318 (or 0xEF0318) is known color: Torch Red. HEX triplet: EF, 03 and 18. RGB value is (239,3,24). Sum of RGB (Red+Green+Blue) = 239+3+24=266 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.85% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0318 is #10FCE7. Grayscale: #4C4C4C. Windows color (decimal): -1113320 or 1573871. OLE color: 1573871.

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

Color convert

RGB 239 3 24 -
CMYK 0 0.99 0.90 0.06
HSL 354.66º 0.98% 0.47% -
HSV(B) 354.66º 0.99% 0.94% -
XYZ 35.79 18.48 2.54 -
YUV 75.96 98.69 244.29 -
System Red Green Blue C M Y K H S L
Decimal 239 3 24 0 0.99 0.90 0.06 354.66 0.98 0.47
Hex EF 3 18 0 63 5A 6 163 62 2F
Octal 357 3 30 0 143 132 6 543 142 57
Binary 11101111 11 11000 0 1100011 1011010 110 101100011 1100010 101111

Color Harmonies of #EF0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0318

Black with #EF0318

Text Example


Text Example

White with #EF0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0318; }

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

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

background-color css

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

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

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

border-color css

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

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

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