Html Css Color HEX #EF011D Torch Red

📋 copy color: '#EF011D'

red 239 ◦ green 1 ◦ blue 29

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

Shades of Torch Red #EF011D

Tints of Torch Red #EF011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 88.85%
G = 0.37%
B = 10.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF011D (or 0xEF011D) is known color: Torch Red. HEX triplet: EF, 01 and 1D. RGB value is (239,1,29). Sum of RGB (Red+Green+Blue) = 239+1+29=269 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.85% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 239 - color contains mainly: red. Hex color #EF011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF011D is #10FEE2. Grayscale: #4B4B4B. Windows color (decimal): -1113827 or 1901039. OLE color: 1901039.

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

Color convert

RGB 239 1 29 -
CMYK 0 1.00 0.88 0.06
HSL 352.94º 0.99% 0.47% -
HSV(B) 352.94º 1% 0.94% -
XYZ 35.83 18.46 2.84 -
YUV 75.35 101.85 244.72 -
System Red Green Blue C M Y K H S L
Decimal 239 1 29 0 1.00 0.88 0.06 352.94 0.99 0.47
Hex EF 1 1D 0 64 58 6 161 63 2F
Octal 357 1 35 0 144 130 6 541 143 57
Binary 11101111 1 11101 0 1100100 1011000 110 101100001 1100011 101111

Color Harmonies of #EF011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF011D

Black with #EF011D

Text Example


Text Example

White with #EF011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF011D; }

 p { color: rgb(239,1,29); }

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

background-color css

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

 a { background-color: rgb(239,1,29); }

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

border-color css

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

 span { border-color: rgb(239,1,29); }

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