Html Css Color HEX #D0111A Fire Engine Red

📋 copy color: '#D0111A'

red 208 ◦ green 17 ◦ blue 26

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

Shades of Fire Engine Red #D0111A

Tints of Fire Engine Red #D0111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 82.87%
G = 6.77%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0111A (or 0xD0111A) is known color: Fire Engine Red. HEX triplet: D0, 11 and 1A. RGB value is (208,17,26). Sum of RGB (Red+Green+Blue) = 208+17+26=251 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.87% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 208 - color contains mainly: red. Hex color #D0111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0111A is #2FEEE5. Grayscale: #4B4B4B. Windows color (decimal): -3141350 or 1708496. OLE color: 1708496.

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

Color convert

RGB 208 17 26 -
CMYK 0 0.92 0.88 0.18
HSL 357.17º 0.85% 0.44% -
HSV(B) 357.17º 0.92% 0.82% -
XYZ 26.4 13.89 2.27 -
YUV 75.14 100.28 222.77 -
System Red Green Blue C M Y K H S L
Decimal 208 17 26 0 0.92 0.88 0.18 357.17 0.85 0.44
Hex D0 11 1A 0 5C 58 12 165 55 2C
Octal 320 21 32 0 134 130 22 545 125 54
Binary 11010000 10001 11010 0 1011100 1011000 10010 101100101 1010101 101100

Color Harmonies of #D0111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0111A

Black with #D0111A

Text Example


Text Example

White with #D0111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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