Html Css Color HEX #D01620 Fire Engine Red

📋 copy color: '#D01620'

red 208 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #D01620

Tints of Fire Engine Red #D01620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 79.39%
G = 8.4%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D01620 (or 0xD01620) is known color: Fire Engine Red. HEX triplet: D0, 16 and 20. RGB value is (208,22,32). Sum of RGB (Red+Green+Blue) = 208+22+32=262 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.39% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 208 - color contains mainly: red. Hex color #D01620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01620 is #2FE9DF. Grayscale: #4E4E4E. Windows color (decimal): -3140064 or 2102992. OLE color: 2102992.

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

Color convert

RGB 208 22 32 -
CMYK 0 0.89 0.85 0.18
HSL 356.77º 0.81% 0.45% -
HSV(B) 356.77º 0.89% 0.82% -
XYZ 26.56 14.09 2.69 -
YUV 78.75 101.62 220.19 -
System Red Green Blue C M Y K H S L
Decimal 208 22 32 0 0.89 0.85 0.18 356.77 0.81 0.45
Hex D0 16 20 0 59 55 12 165 51 2D
Octal 320 26 40 0 131 125 22 545 121 55
Binary 11010000 10110 100000 0 1011001 1010101 10010 101100101 1010001 101101

Color Harmonies of #D01620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01620

Black with #D01620

Text Example


Text Example

White with #D01620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01620; }

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

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

background-color css

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

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

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

border-color css

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

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

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