Html Css Color HEX #D01020 Fire Engine Red

📋 copy color: '#D01020'

red 208 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #D01020

Tints of Fire Engine Red #D01020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

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

R = 81.25%
G = 6.25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D01020 (or 0xD01020) is known color: Fire Engine Red. HEX triplet: D0, 10 and 20. RGB value is (208,16,32). Sum of RGB (Red+Green+Blue) = 208+16+32=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D01020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01020 is #2FEFDF. Grayscale: #4B4B4B. Windows color (decimal): -3141600 or 2101456. OLE color: 2101456.

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

Color convert

RGB 208 16 32 -
CMYK 0 0.92 0.85 0.18
HSL 355º 0.86% 0.44% -
HSV(B) 355º 0.92% 0.82% -
XYZ 26.46 13.88 2.65 -
YUV 75.23 103.61 222.7 -
System Red Green Blue C M Y K H S L
Decimal 208 16 32 0 0.92 0.85 0.18 355 0.86 0.44
Hex D0 10 20 0 5C 55 12 163 56 2C
Octal 320 20 40 0 134 125 22 543 126 54
Binary 11010000 10000 100000 0 1011100 1010101 10010 101100011 1010110 101100

Color Harmonies of #D01020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01020

Black with #D01020

Text Example


Text Example

White with #D01020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01020; }

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

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

background-color css

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

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

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

border-color css

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

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

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