Html Css Color HEX #D01221 Fire Engine Red

📋 copy color: '#D01221'

red 208 ◦ green 18 ◦ blue 33

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

Shades of Fire Engine Red #D01221

Tints of Fire Engine Red #D01221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

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

R = 80.31%
G = 6.95%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D01221 (or 0xD01221) is known color: Fire Engine Red. HEX triplet: D0, 12 and 21. RGB value is (208,18,33). Sum of RGB (Red+Green+Blue) = 208+18+33=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D01221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01221 is #2FEDDE. Grayscale: #4C4C4C. Windows color (decimal): -3141087 or 2167504. OLE color: 2167504.

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

Color convert

RGB 208 18 33 -
CMYK 0 0.91 0.84 0.18
HSL 355.26º 0.84% 0.44% -
HSV(B) 355.26º 0.91% 0.82% -
XYZ 26.5 13.95 2.74 -
YUV 76.52 103.45 221.78 -
System Red Green Blue C M Y K H S L
Decimal 208 18 33 0 0.91 0.84 0.18 355.26 0.84 0.44
Hex D0 12 21 0 5B 54 12 163 54 2C
Octal 320 22 41 0 133 124 22 543 124 54
Binary 11010000 10010 100001 0 1011011 1010100 10010 101100011 1010100 101100

Color Harmonies of #D01221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01221

Black with #D01221

Text Example


Text Example

White with #D01221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01221; }

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

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

background-color css

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

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

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

border-color css

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

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

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