Html Css Color HEX #D01314 Fire Engine Red

📋 copy color: '#D01314'

red 208 ◦ green 19 ◦ blue 20

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

Shades of Fire Engine Red #D01314

Tints of Fire Engine Red #D01314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 84.21%
G = 7.69%
B = 8.1%

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

#D01314 (or 0xD01314) is known color: Fire Engine Red. HEX triplet: D0, 13 and 14. RGB value is (208,19,20). Sum of RGB (Red+Green+Blue) = 208+19+20=247 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.21% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 208 - color contains mainly: red. Hex color #D01314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01314 is #2FECEB. Grayscale: #4B4B4B. Windows color (decimal): -3140844 or 1315792. OLE color: 1315792.

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

Color convert

RGB 208 19 20 -
CMYK 0 0.91 0.90 0.18
HSL 359.68º 0.83% 0.45% -
HSV(B) 359.68º 0.91% 0.82% -
XYZ 26.37 13.93 1.96 -
YUV 75.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 208 19 20 0 0.91 0.90 0.18 359.68 0.83 0.45
Hex D0 13 14 0 5B 5A 12 168 53 2D
Octal 320 23 24 0 133 132 22 550 123 55
Binary 11010000 10011 10100 0 1011011 1011010 10010 101101000 1010011 101101

Color Harmonies of #D01314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01314

Black with #D01314

Text Example


Text Example

White with #D01314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01314; }

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

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

background-color css

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

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

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

border-color css

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

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

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