Html Css Color HEX #D01315 Fire Engine Red

📋 copy color: '#D01315'

red 208 ◦ green 19 ◦ blue 21

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

Shades of Fire Engine Red #D01315

Tints of Fire Engine Red #D01315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 83.87%
G = 7.66%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D01315 (or 0xD01315) is known color: Fire Engine Red. HEX triplet: D0, 13 and 15. RGB value is (208,19,21). Sum of RGB (Red+Green+Blue) = 208+19+21=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D01315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01315 is #2FECEA. Grayscale: #4B4B4B. Windows color (decimal): -3140843 or 1381328. OLE color: 1381328.

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

Color convert

RGB 208 19 21 -
CMYK 0 0.91 0.90 0.18
HSL 359.37º 0.83% 0.45% -
HSV(B) 359.37º 0.91% 0.82% -
XYZ 26.38 13.93 2.01 -
YUV 75.74 97.12 222.34 -
System Red Green Blue C M Y K H S L
Decimal 208 19 21 0 0.91 0.90 0.18 359.37 0.83 0.45
Hex D0 13 15 0 5B 5A 12 167 53 2D
Octal 320 23 25 0 133 132 22 547 123 55
Binary 11010000 10011 10101 0 1011011 1011010 10010 101100111 1010011 101101

Color Harmonies of #D01315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01315

Black with #D01315

Text Example


Text Example

White with #D01315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01315; }

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

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

background-color css

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

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

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

border-color css

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

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

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