Html Css Color HEX #EF0B1C Torch Red

📋 copy color: '#EF0B1C'

red 239 ◦ green 11 ◦ blue 28

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

Shades of Torch Red #EF0B1C

Tints of Torch Red #EF0B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 85.97%
G = 3.96%
B = 10.07%

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

#EF0B1C (or 0xEF0B1C) is known color: Torch Red. HEX triplet: EF, 0B and 1C. RGB value is (239,11,28). Sum of RGB (Red+Green+Blue) = 239+11+28=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0B1C is #10F4E3. Grayscale: #515151. Windows color (decimal): -1111268 or 1838063. OLE color: 1838063.

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

Color convert

RGB 239 11 28 -
CMYK 0 0.95 0.88 0.06
HSL 355.53º 0.91% 0.49% -
HSV(B) 355.53º 0.95% 0.94% -
XYZ 35.93 18.67 2.81 -
YUV 81.11 98.04 240.62 -
System Red Green Blue C M Y K H S L
Decimal 239 11 28 0 0.95 0.88 0.06 355.53 0.91 0.49
Hex EF B 1C 0 5F 58 6 164 5B 31
Octal 357 13 34 0 137 130 6 544 133 61
Binary 11101111 1011 11100 0 1011111 1011000 110 101100100 1011011 110001

Color Harmonies of #EF0B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0B1C

Black with #EF0B1C

Text Example


Text Example

White with #EF0B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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