Html Css Color HEX #EF0217 Torch Red

📋 copy color: '#EF0217'

red 239 ◦ green 2 ◦ blue 23

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

Shades of Torch Red #EF0217

Tints of Torch Red #EF0217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 23 (9.38% from 255) = 8.71%

R = 90.53%
G = 0.76%
B = 8.71%

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

#EF0217 (or 0xEF0217) is known color: Torch Red. HEX triplet: EF, 02 and 17. RGB value is (239,2,23). Sum of RGB (Red+Green+Blue) = 239+2+23=264 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.53% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0217 is #10FDE8. Grayscale: #4B4B4B. Windows color (decimal): -1113577 or 1508079. OLE color: 1508079.

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

Color convert

RGB 239 2 23 -
CMYK 0 0.99 0.90 0.06
HSL 354.68º 0.98% 0.47% -
HSV(B) 354.68º 0.99% 0.94% -
XYZ 35.77 18.46 2.49 -
YUV 75.26 98.52 244.79 -
System Red Green Blue C M Y K H S L
Decimal 239 2 23 0 0.99 0.90 0.06 354.68 0.98 0.47
Hex EF 2 17 0 63 5A 6 163 62 2F
Octal 357 2 27 0 143 132 6 543 142 57
Binary 11101111 10 10111 0 1100011 1011010 110 101100011 1100010 101111

Color Harmonies of #EF0217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0217

Black with #EF0217

Text Example


Text Example

White with #EF0217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0217; }

 p { color: rgb(239,2,23); }

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

background-color css

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

 a { background-color: rgb(239,2,23); }

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

border-color css

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

 span { border-color: rgb(239,2,23); }

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