Html Css Color HEX #D01121 Fire Engine Red

📋 copy color: '#D01121'

red 208 ◦ green 17 ◦ blue 33

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

Shades of Fire Engine Red #D01121

Tints of Fire Engine Red #D01121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.79%

R = 80.62%
G = 6.59%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D01121 (or 0xD01121) is known color: Fire Engine Red. HEX triplet: D0, 11 and 21. RGB value is (208,17,33). Sum of RGB (Red+Green+Blue) = 208+17+33=258 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.62% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 208 - color contains mainly: red. Hex color #D01121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01121 is #2FEEDE. Grayscale: #4C4C4C. Windows color (decimal): -3141343 or 2167248. OLE color: 2167248.

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

Color convert

RGB 208 17 33 -
CMYK 0 0.92 0.84 0.18
HSL 354.97º 0.85% 0.44% -
HSV(B) 354.97º 0.92% 0.82% -
XYZ 26.49 13.92 2.73 -
YUV 75.93 103.78 222.2 -
System Red Green Blue C M Y K H S L
Decimal 208 17 33 0 0.92 0.84 0.18 354.97 0.85 0.44
Hex D0 11 21 0 5C 54 12 163 55 2C
Octal 320 21 41 0 134 124 22 543 125 54
Binary 11010000 10001 100001 0 1011100 1010100 10010 101100011 1010101 101100

Color Harmonies of #D01121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01121

Black with #D01121

Text Example


Text Example

White with #D01121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01121; }

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

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

background-color css

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

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

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

border-color css

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

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

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