Html Css Color HEX #D01317 Fire Engine Red

📋 copy color: '#D01317'

red 208 ◦ green 19 ◦ blue 23

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

Shades of Fire Engine Red #D01317

Tints of Fire Engine Red #D01317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.2%

R = 83.2%
G = 7.6%
B = 9.2%

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

#D01317 (or 0xD01317) is known color: Fire Engine Red. HEX triplet: D0, 13 and 17. RGB value is (208,19,23). Sum of RGB (Red+Green+Blue) = 208+19+23=250 (33% of max value = 765). Red value is 208 (81.64% from 255 or 83.2% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 208 - color contains mainly: red. Hex color #D01317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01317 is #2FECE8. Grayscale: #4C4C4C. Windows color (decimal): -3140841 or 1512400. OLE color: 1512400.

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

Color convert

RGB 208 19 23 -
CMYK 0 0.91 0.89 0.18
HSL 358.73º 0.83% 0.45% -
HSV(B) 358.73º 0.91% 0.82% -
XYZ 26.4 13.94 2.11 -
YUV 75.97 98.12 222.17 -
System Red Green Blue C M Y K H S L
Decimal 208 19 23 0 0.91 0.89 0.18 358.73 0.83 0.45
Hex D0 13 17 0 5B 59 12 167 53 2D
Octal 320 23 27 0 133 131 22 547 123 55
Binary 11010000 10011 10111 0 1011011 1011001 10010 101100111 1010011 101101

Color Harmonies of #D01317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01317

Black with #D01317

Text Example


Text Example

White with #D01317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01317; }

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

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

background-color css

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

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

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

border-color css

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

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

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