Html Css Color HEX #D01316 Fire Engine Red

📋 copy color: '#D01316'

red 208 ◦ green 19 ◦ blue 22

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

Shades of Fire Engine Red #D01316

Tints of Fire Engine Red #D01316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

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

R = 83.53%
G = 7.63%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D01316 (or 0xD01316) is known color: Fire Engine Red. HEX triplet: D0, 13 and 16. RGB value is (208,19,22). Sum of RGB (Red+Green+Blue) = 208+19+22=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D01316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01316 is #2FECE9. Grayscale: #4C4C4C. Windows color (decimal): -3140842 or 1446864. OLE color: 1446864.

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

Color convert

RGB 208 19 22 -
CMYK 0 0.91 0.89 0.18
HSL 359.05º 0.83% 0.45% -
HSV(B) 359.05º 0.91% 0.82% -
XYZ 26.39 13.93 2.06 -
YUV 75.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 208 19 22 0 0.91 0.89 0.18 359.05 0.83 0.45
Hex D0 13 16 0 5B 59 12 167 53 2D
Octal 320 23 26 0 133 131 22 547 123 55
Binary 11010000 10011 10110 0 1011011 1011001 10010 101100111 1010011 101101

Color Harmonies of #D01316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01316

Black with #D01316

Text Example


Text Example

White with #D01316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01316; }

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

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

background-color css

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

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

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

border-color css

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

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

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