Html Css Color HEX #D1202E Fire Engine Red

📋 copy color: '#D1202E'

red 209 ◦ green 32 ◦ blue 46

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

Shades of Fire Engine Red #D1202E

Tints of Fire Engine Red #D1202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 72.82%
G = 11.15%
B = 16.03%

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

#D1202E (or 0xD1202E) is known color: Fire Engine Red. HEX triplet: D1, 20 and 2E. RGB value is (209,32,46). Sum of RGB (Red+Green+Blue) = 209+32+46=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D1202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1202E is #2EDFD1. Grayscale: #565656. Windows color (decimal): -3071954 or 3023057. OLE color: 3023057.

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

Color convert

RGB 209 32 46 -
CMYK 0 0.85 0.78 0.18
HSL 355.25º 0.73% 0.47% -
HSV(B) 355.25º 0.85% 0.82% -
XYZ 27.3 14.79 4 -
YUV 86.52 105.14 215.36 -
System Red Green Blue C M Y K H S L
Decimal 209 32 46 0 0.85 0.78 0.18 355.25 0.73 0.47
Hex D1 20 2E 0 55 4E 12 163 49 2F
Octal 321 40 56 0 125 116 22 543 111 57
Binary 11010001 100000 101110 0 1010101 1001110 10010 101100011 1001001 101111

Color Harmonies of #D1202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1202E

Black with #D1202E

Text Example


Text Example

White with #D1202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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