Html Css Color HEX #D01A20 Fire Engine Red

📋 copy color: '#D01A20'

red 208 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #D01A20

Tints of Fire Engine Red #D01A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.77%

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

R = 78.2%
G = 9.77%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D01A20 (or 0xD01A20) is known color: Fire Engine Red. HEX triplet: D0, 1A and 20. RGB value is (208,26,32). Sum of RGB (Red+Green+Blue) = 208+26+32=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01A20 is #2FE5DF. Grayscale: #515151. Windows color (decimal): -3139040 or 2104016. OLE color: 2104016.

HSL color Cylindrical-coordinate representation of color #D01A20: hue angle of 358.02º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01A20 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 26 32 -
CMYK 0 0.88 0.85 0.18
HSL 358.02º 0.78% 0.46% -
HSV(B) 358.02º 0.88% 0.82% -
XYZ 26.64 14.25 2.71 -
YUV 81.1 100.3 218.51 -
System Red Green Blue C M Y K H S L
Decimal 208 26 32 0 0.88 0.85 0.18 358.02 0.78 0.46
Hex D0 1A 20 0 58 55 12 166 4E 2E
Octal 320 32 40 0 130 125 22 546 116 56
Binary 11010000 11010 100000 0 1011000 1010101 10010 101100110 1001110 101110

Color Harmonies of #D01A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01A20

Black with #D01A20

Text Example


Text Example

White with #D01A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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