Html Css Color HEX #EF0316 Torch Red

📋 copy color: '#EF0316'

red 239 ◦ green 3 ◦ blue 22

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

Shades of Torch Red #EF0316

Tints of Torch Red #EF0316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.33%

R = 90.53%
G = 1.14%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF0316 (or 0xEF0316) is known color: Torch Red. HEX triplet: EF, 03 and 16. RGB value is (239,3,22). Sum of RGB (Red+Green+Blue) = 239+3+22=264 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.53% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0316 is #10FCE9. Grayscale: #4B4B4B. Windows color (decimal): -1113322 or 1442799. OLE color: 1442799.

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

Color convert

RGB 239 3 22 -
CMYK 0 0.99 0.91 0.06
HSL 355.17º 0.98% 0.47% -
HSV(B) 355.17º 0.99% 0.94% -
XYZ 35.77 18.47 2.44 -
YUV 75.73 97.69 244.46 -
System Red Green Blue C M Y K H S L
Decimal 239 3 22 0 0.99 0.91 0.06 355.17 0.98 0.47
Hex EF 3 16 0 63 5B 6 163 62 2F
Octal 357 3 26 0 143 133 6 543 142 57
Binary 11101111 11 10110 0 1100011 1011011 110 101100011 1100010 101111

Color Harmonies of #EF0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0316

Black with #EF0316

Text Example


Text Example

White with #EF0316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0316; }

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

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

background-color css

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

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

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

border-color css

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

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

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