Html Css Color HEX #EF0313 Torch Red

📋 copy color: '#EF0313'

red 239 ◦ green 3 ◦ blue 19

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

Shades of Torch Red #EF0313

Tints of Torch Red #EF0313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 91.57%
G = 1.15%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF0313 (or 0xEF0313) is known color: Torch Red. HEX triplet: EF, 03 and 13. RGB value is (239,3,19). Sum of RGB (Red+Green+Blue) = 239+3+19=261 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.57% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0313 is #10FCEC. Grayscale: #4B4B4B. Windows color (decimal): -1113325 or 1246191. OLE color: 1246191.

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

Color convert

RGB 239 3 19 -
CMYK 0 0.99 0.92 0.06
HSL 355.93º 0.98% 0.47% -
HSV(B) 355.93º 0.99% 0.94% -
XYZ 35.75 18.46 2.3 -
YUV 75.39 96.19 244.7 -
System Red Green Blue C M Y K H S L
Decimal 239 3 19 0 0.99 0.92 0.06 355.93 0.98 0.47
Hex EF 3 13 0 63 5C 6 164 62 2F
Octal 357 3 23 0 143 134 6 544 142 57
Binary 11101111 11 10011 0 1100011 1011100 110 101100100 1100010 101111

Color Harmonies of #EF0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0313

Black with #EF0313

Text Example


Text Example

White with #EF0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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