Html Css Color HEX #D1202D Fire Engine Red

📋 copy color: '#D1202D'

red 209 ◦ green 32 ◦ blue 45

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

Shades of Fire Engine Red #D1202D

Tints of Fire Engine Red #D1202D

RGB

 RED value IS 209 (82.03% from 255) = 73.08%

 GREEN value IS 32 (12.89% from 255) = 11.19%

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 73.08%
G = 11.19%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1202D (or 0xD1202D) is known color: Fire Engine Red. HEX triplet: D1, 20 and 2D. RGB value is (209,32,45). Sum of RGB (Red+Green+Blue) = 209+32+45=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D1202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1202D is #2EDFD2. Grayscale: #565656. Windows color (decimal): -3071955 or 2957521. OLE color: 2957521.

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

Color convert

RGB 209 32 45 -
CMYK 0 0.85 0.78 0.18
HSL 355.59º 0.73% 0.47% -
HSV(B) 355.59º 0.85% 0.82% -
XYZ 27.28 14.78 3.9 -
YUV 86.41 104.64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 209 32 45 0 0.85 0.78 0.18 355.59 0.73 0.47
Hex D1 20 2D 0 55 4E 12 164 49 2F
Octal 321 40 55 0 125 116 22 544 111 57
Binary 11010001 100000 101101 0 1010101 1001110 10010 101100100 1001001 101111

Color Harmonies of #D1202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1202D

Black with #D1202D

Text Example


Text Example

White with #D1202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1202D; }

 p { color: rgb(209,32,45); }

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

background-color css

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

 a { background-color: rgb(209,32,45); }

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

border-color css

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

 span { border-color: rgb(209,32,45); }

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