Html Css Color HEX #D01217 Fire Engine Red

📋 copy color: '#D01217'

red 208 ◦ green 18 ◦ blue 23

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

Shades of Fire Engine Red #D01217

Tints of Fire Engine Red #D01217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

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

R = 83.53%
G = 7.23%
B = 9.24%

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

#D01217 (or 0xD01217) is known color: Fire Engine Red. HEX triplet: D0, 12 and 17. RGB value is (208,18,23). Sum of RGB (Red+Green+Blue) = 208+18+23=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D01217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01217 is #2FEDE8. Grayscale: #4B4B4B. Windows color (decimal): -3141097 or 1512144. OLE color: 1512144.

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

Color convert

RGB 208 18 23 -
CMYK 0 0.91 0.89 0.18
HSL 358.42º 0.84% 0.44% -
HSV(B) 358.42º 0.91% 0.82% -
XYZ 26.38 13.9 2.1 -
YUV 75.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 208 18 23 0 0.91 0.89 0.18 358.42 0.84 0.44
Hex D0 12 17 0 5B 59 12 166 54 2C
Octal 320 22 27 0 133 131 22 546 124 54
Binary 11010000 10010 10111 0 1011011 1011001 10010 101100110 1010100 101100

Color Harmonies of #D01217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01217

Black with #D01217

Text Example


Text Example

White with #D01217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01217; }

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

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

background-color css

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

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

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

border-color css

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

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

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