Html Css Color HEX #EF0015 Torch Red

📋 copy color: '#EF0015'

red 239 ◦ green 0 ◦ blue 21

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

Shades of Torch Red #EF0015

Tints of Torch Red #EF0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 91.92%
G = 0%
B = 8.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF0015 (or 0xEF0015) is known color: Torch Red. HEX triplet: EF, 00 and 15. RGB value is (239,0,21). Sum of RGB (Red+Green+Blue) = 239+0+21=260 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.92% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0015 is #10FFEA. Grayscale: #4A4A4A. Windows color (decimal): -1114091 or 1376495. OLE color: 1376495.

HSL color Cylindrical-coordinate representation of color #EF0015: hue angle of 354.73º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0015 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 21 -
CMYK 0 1 0.91 0.06
HSL 354.73º 1% 0.47% -
HSV(B) 354.73º 1% 0.94% -
XYZ 35.73 18.4 2.38 -
YUV 73.86 98.18 245.79 -
System Red Green Blue C M Y K H S L
Decimal 239 0 21 0 1 0.91 0.06 354.73 1 0.47
Hex EF 0 15 0 64 5B 6 163 64 2F
Octal 357 0 25 0 144 133 6 543 144 57
Binary 11101111 0 10101 0 1100100 1011011 110 101100011 1100100 101111

Color Harmonies of #EF0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0015

Black with #EF0015

Text Example


Text Example

White with #EF0015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0015; }

 p { color: rgb(239,0,21); }

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

background-color css

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

 a { background-color: rgb(239,0,21); }

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

border-color css

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

 span { border-color: rgb(239,0,21); }

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