Html Css Color HEX #EF0B1D Torch Red

📋 copy color: '#EF0B1D'

red 239 ◦ green 11 ◦ blue 29

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

Shades of Torch Red #EF0B1D

Tints of Torch Red #EF0B1D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.94%

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

R = 85.66%
G = 3.94%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF0B1D (or 0xEF0B1D) is known color: Torch Red. HEX triplet: EF, 0B and 1D. RGB value is (239,11,29). Sum of RGB (Red+Green+Blue) = 239+11+29=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0B1D is #10F4E2. Grayscale: #515151. Windows color (decimal): -1111267 or 1903599. OLE color: 1903599.

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

Color convert

RGB 239 11 29 -
CMYK 0 0.95 0.88 0.06
HSL 355.26º 0.91% 0.49% -
HSV(B) 355.26º 0.95% 0.94% -
XYZ 35.94 18.68 2.87 -
YUV 81.22 98.54 240.54 -
System Red Green Blue C M Y K H S L
Decimal 239 11 29 0 0.95 0.88 0.06 355.26 0.91 0.49
Hex EF B 1D 0 5F 58 6 163 5B 31
Octal 357 13 35 0 137 130 6 543 133 61
Binary 11101111 1011 11101 0 1011111 1011000 110 101100011 1011011 110001

Color Harmonies of #EF0B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0B1D

Black with #EF0B1D

Text Example


Text Example

White with #EF0B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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