Html Css Color HEX #EF0D1B Torch Red

📋 copy color: '#EF0D1B'

red 239 ◦ green 13 ◦ blue 27

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

Shades of Torch Red #EF0D1B

Tints of Torch Red #EF0D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.66%

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 85.66%
G = 4.66%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF0D1B (or 0xEF0D1B) is known color: Torch Red. HEX triplet: EF, 0D and 1B. RGB value is (239,13,27). Sum of RGB (Red+Green+Blue) = 239+13+27=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0D1B is #10F2E4. Grayscale: #525252. Windows color (decimal): -1110757 or 1773039. OLE color: 1773039.

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

Color convert

RGB 239 13 27 -
CMYK 0 0.95 0.89 0.06
HSL 356.28º 0.9% 0.49% -
HSV(B) 356.28º 0.95% 0.94% -
XYZ 35.94 18.72 2.76 -
YUV 82.17 96.87 239.86 -
System Red Green Blue C M Y K H S L
Decimal 239 13 27 0 0.95 0.89 0.06 356.28 0.9 0.49
Hex EF D 1B 0 5F 59 6 164 5A 31
Octal 357 15 33 0 137 131 6 544 132 61
Binary 11101111 1101 11011 0 1011111 1011001 110 101100100 1011010 110001

Color Harmonies of #EF0D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0D1B

Black with #EF0D1B

Text Example


Text Example

White with #EF0D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0D1B; }

 p { color: rgb(239,13,27); }

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

background-color css

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

 a { background-color: rgb(239,13,27); }

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

border-color css

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

 span { border-color: rgb(239,13,27); }

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