Html Css Color HEX #EF0613 Torch Red

📋 copy color: '#EF0613'

red 239 ◦ green 6 ◦ blue 19

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

Shades of Torch Red #EF0613

Tints of Torch Red #EF0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.27%

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

R = 90.53%
G = 2.27%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF0613 (or 0xEF0613) is known color: Torch Red. HEX triplet: EF, 06 and 13. RGB value is (239,6,19). Sum of RGB (Red+Green+Blue) = 239+6+19=264 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.53% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0613 is #10F9EC. Grayscale: #4D4D4D. Windows color (decimal): -1112557 or 1246959. OLE color: 1246959.

HSL color Cylindrical-coordinate representation of color #EF0613: hue angle of 356.65º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0613 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 6 19 -
CMYK 0 0.97 0.92 0.06
HSL 356.65º 0.95% 0.48% -
HSV(B) 356.65º 0.97% 0.94% -
XYZ 35.78 18.53 2.31 -
YUV 77.15 95.19 243.44 -
System Red Green Blue C M Y K H S L
Decimal 239 6 19 0 0.97 0.92 0.06 356.65 0.95 0.48
Hex EF 6 13 0 61 5C 6 165 5F 30
Octal 357 6 23 0 141 134 6 545 137 60
Binary 11101111 110 10011 0 1100001 1011100 110 101100101 1011111 110000

Color Harmonies of #EF0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0613

Black with #EF0613

Text Example


Text Example

White with #EF0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0613; }

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

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

background-color css

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

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

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

border-color css

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

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

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