Html Css Color HEX #D0111B Fire Engine Red

📋 copy color: '#D0111B'

red 208 ◦ green 17 ◦ blue 27

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

Shades of Fire Engine Red #D0111B

Tints of Fire Engine Red #D0111B

RGB

 RED value IS 208 (81.64% from 255) = 82.54%

 GREEN value IS 17 (7.03% from 255) = 6.75%

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

R = 82.54%
G = 6.75%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0111B (or 0xD0111B) is known color: Fire Engine Red. HEX triplet: D0, 11 and 1B. RGB value is (208,17,27). Sum of RGB (Red+Green+Blue) = 208+17+27=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D0111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0111B is #2FEEE4. Grayscale: #4B4B4B. Windows color (decimal): -3141349 or 1774032. OLE color: 1774032.

HSL color Cylindrical-coordinate representation of color #D0111B: hue angle of 356.86º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0111B is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 27 -
CMYK 0 0.92 0.87 0.18
HSL 356.86º 0.85% 0.44% -
HSV(B) 356.86º 0.92% 0.82% -
XYZ 26.41 13.89 2.33 -
YUV 75.25 100.78 222.69 -
System Red Green Blue C M Y K H S L
Decimal 208 17 27 0 0.92 0.87 0.18 356.86 0.85 0.44
Hex D0 11 1B 0 5C 57 12 165 55 2C
Octal 320 21 33 0 134 127 22 545 125 54
Binary 11010000 10001 11011 0 1011100 1010111 10010 101100101 1010101 101100

Color Harmonies of #D0111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0111B

Black with #D0111B

Text Example


Text Example

White with #D0111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0111B; }

 p { color: rgb(208,17,27); }

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

background-color css

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

 a { background-color: rgb(208,17,27); }

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

border-color css

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

 span { border-color: rgb(208,17,27); }

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