Html Css Color HEX #D01516 Fire Engine Red

📋 copy color: '#D01516'

red 208 ◦ green 21 ◦ blue 22

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

Shades of Fire Engine Red #D01516

Tints of Fire Engine Red #D01516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 82.87%
G = 8.37%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D01516 (or 0xD01516) is known color: Fire Engine Red. HEX triplet: D0, 15 and 16. RGB value is (208,21,22). Sum of RGB (Red+Green+Blue) = 208+21+22=251 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.87% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 208 - color contains mainly: red. Hex color #D01516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01516 is #2FEAE9. Grayscale: #4D4D4D. Windows color (decimal): -3140330 or 1447376. OLE color: 1447376.

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

Color convert

RGB 208 21 22 -
CMYK 0 0.90 0.89 0.18
HSL 359.68º 0.82% 0.45% -
HSV(B) 359.68º 0.9% 0.82% -
XYZ 26.43 14 2.07 -
YUV 77.03 96.95 221.42 -
System Red Green Blue C M Y K H S L
Decimal 208 21 22 0 0.90 0.89 0.18 359.68 0.82 0.45
Hex D0 15 16 0 5A 59 12 168 52 2D
Octal 320 25 26 0 132 131 22 550 122 55
Binary 11010000 10101 10110 0 1011010 1011001 10010 101101000 1010010 101101

Color Harmonies of #D01516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01516

Black with #D01516

Text Example


Text Example

White with #D01516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01516; }

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

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

background-color css

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

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

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

border-color css

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

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

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