Html Css Color HEX #D00D1F Fire Engine Red

📋 copy color: '#D00D1F'

red 208 ◦ green 13 ◦ blue 31

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

Shades of Fire Engine Red #D00D1F

Tints of Fire Engine Red #D00D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.16%

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 82.54%
G = 5.16%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D00D1F (or 0xD00D1F) is known color: Fire Engine Red. HEX triplet: D0, 0D and 1F. RGB value is (208,13,31). Sum of RGB (Red+Green+Blue) = 208+13+31=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D1F is #2FF2E0. Grayscale: #494949. Windows color (decimal): -3142369 or 2035152. OLE color: 2035152.

HSL color Cylindrical-coordinate representation of color #D00D1F: hue angle of 354.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D1F is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 31 -
CMYK 0 0.94 0.85 0.18
HSL 354.46º 0.88% 0.43% -
HSV(B) 354.46º 0.94% 0.82% -
XYZ 26.4 13.8 2.57 -
YUV 73.36 104.1 224.04 -
System Red Green Blue C M Y K H S L
Decimal 208 13 31 0 0.94 0.85 0.18 354.46 0.88 0.43
Hex D0 D 1F 0 5E 55 12 162 58 2B
Octal 320 15 37 0 136 125 22 542 130 53
Binary 11010000 1101 11111 0 1011110 1010101 10010 101100010 1011000 101011

Color Harmonies of #D00D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D1F

Black with #D00D1F

Text Example


Text Example

White with #D00D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D1F; }

 p { color: rgb(208,13,31); }

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

background-color css

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

 a { background-color: rgb(208,13,31); }

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

border-color css

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

 span { border-color: rgb(208,13,31); }

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