Html Css Color HEX #D01520 Fire Engine Red

📋 copy color: '#D01520'

red 208 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #D01520

Tints of Fire Engine Red #D01520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

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

R = 79.69%
G = 8.05%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D01520 (or 0xD01520) is known color: Fire Engine Red. HEX triplet: D0, 15 and 20. RGB value is (208,21,32). Sum of RGB (Red+Green+Blue) = 208+21+32=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D01520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01520 is #2FEADF. Grayscale: #4E4E4E. Windows color (decimal): -3140320 or 2102736. OLE color: 2102736.

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

Color convert

RGB 208 21 32 -
CMYK 0 0.90 0.85 0.18
HSL 356.47º 0.82% 0.45% -
HSV(B) 356.47º 0.9% 0.82% -
XYZ 26.54 14.05 2.68 -
YUV 78.17 101.95 220.61 -
System Red Green Blue C M Y K H S L
Decimal 208 21 32 0 0.90 0.85 0.18 356.47 0.82 0.45
Hex D0 15 20 0 5A 55 12 164 52 2D
Octal 320 25 40 0 132 125 22 544 122 55
Binary 11010000 10101 100000 0 1011010 1010101 10010 101100100 1010010 101101

Color Harmonies of #D01520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01520

Black with #D01520

Text Example


Text Example

White with #D01520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01520; }

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

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

background-color css

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

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

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

border-color css

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

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

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