Html Css Color HEX #EF0023 Torch Red

📋 copy color: '#EF0023'

red 239 ◦ green 0 ◦ blue 35

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

Shades of Torch Red #EF0023

Tints of Torch Red #EF0023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.77%

R = 87.23%
G = 0%
B = 12.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF0023 (or 0xEF0023) is known color: Torch Red. HEX triplet: EF, 00 and 23. RGB value is (239,0,35). Sum of RGB (Red+Green+Blue) = 239+0+35=274 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.23% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0023 is #10FFDC. Grayscale: #4B4B4B. Windows color (decimal): -1114077 or 2293999. OLE color: 2293999.

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

Color convert

RGB 239 0 35 -
CMYK 0 1 0.85 0.06
HSL 351.21º 1% 0.47% -
HSV(B) 351.21º 1% 0.94% -
XYZ 35.9 18.47 3.26 -
YUV 75.45 105.18 244.65 -
System Red Green Blue C M Y K H S L
Decimal 239 0 35 0 1 0.85 0.06 351.21 1 0.47
Hex EF 0 23 0 64 55 6 15F 64 2F
Octal 357 0 43 0 144 125 6 537 144 57
Binary 11101111 0 100011 0 1100100 1010101 110 101011111 1100100 101111

Color Harmonies of #EF0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0023

Black with #EF0023

Text Example


Text Example

White with #EF0023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0023; }

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

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

background-color css

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

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

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

border-color css

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

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

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