Html Css Color HEX #D01621 Fire Engine Red

📋 copy color: '#D01621'

red 208 ◦ green 22 ◦ blue 33

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

Shades of Fire Engine Red #D01621

Tints of Fire Engine Red #D01621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.37%

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

R = 79.09%
G = 8.37%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D01621 (or 0xD01621) is known color: Fire Engine Red. HEX triplet: D0, 16 and 21. RGB value is (208,22,33). Sum of RGB (Red+Green+Blue) = 208+22+33=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D01621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01621 is #2FE9DE. Grayscale: #4F4F4F. Windows color (decimal): -3140063 or 2168528. OLE color: 2168528.

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

Color convert

RGB 208 22 33 -
CMYK 0 0.89 0.84 0.18
HSL 356.45º 0.81% 0.45% -
HSV(B) 356.45º 0.89% 0.82% -
XYZ 26.57 14.09 2.76 -
YUV 78.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 208 22 33 0 0.89 0.84 0.18 356.45 0.81 0.45
Hex D0 16 21 0 59 54 12 164 51 2D
Octal 320 26 41 0 131 124 22 544 121 55
Binary 11010000 10110 100001 0 1011001 1010100 10010 101100100 1010001 101101

Color Harmonies of #D01621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01621

Black with #D01621

Text Example


Text Example

White with #D01621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01621; }

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

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

background-color css

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

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

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

border-color css

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

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

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