Html Css Color HEX #D01319 Fire Engine Red

📋 copy color: '#D01319'

red 208 ◦ green 19 ◦ blue 25

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

Shades of Fire Engine Red #D01319

Tints of Fire Engine Red #D01319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 82.54%
G = 7.54%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D01319 (or 0xD01319) is known color: Fire Engine Red. HEX triplet: D0, 13 and 19. RGB value is (208,19,25). Sum of RGB (Red+Green+Blue) = 208+19+25=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D01319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01319 is #2FECE6. Grayscale: #4C4C4C. Windows color (decimal): -3140839 or 1643472. OLE color: 1643472.

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

Color convert

RGB 208 19 25 -
CMYK 0 0.91 0.88 0.18
HSL 358.1º 0.83% 0.45% -
HSV(B) 358.1º 0.91% 0.82% -
XYZ 26.42 13.95 2.22 -
YUV 76.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 208 19 25 0 0.91 0.88 0.18 358.1 0.83 0.45
Hex D0 13 19 0 5B 58 12 166 53 2D
Octal 320 23 31 0 133 130 22 546 123 55
Binary 11010000 10011 11001 0 1011011 1011000 10010 101100110 1010011 101101

Color Harmonies of #D01319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01319

Black with #D01319

Text Example


Text Example

White with #D01319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01319; }

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

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

background-color css

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

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

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

border-color css

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

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

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