Html Css Color HEX #D1202A Fire Engine Red

📋 copy color: '#D1202A'

red 209 ◦ green 32 ◦ blue 42

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

Shades of Fire Engine Red #D1202A

Tints of Fire Engine Red #D1202A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 73.85%
G = 11.31%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D1202A (or 0xD1202A) is known color: Fire Engine Red. HEX triplet: D1, 20 and 2A. RGB value is (209,32,42). Sum of RGB (Red+Green+Blue) = 209+32+42=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D1202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1202A is #2EDFD5. Grayscale: #565656. Windows color (decimal): -3071958 or 2760913. OLE color: 2760913.

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

Color convert

RGB 209 32 42 -
CMYK 0 0.85 0.80 0.18
HSL 356.61º 0.73% 0.47% -
HSV(B) 356.61º 0.85% 0.82% -
XYZ 27.23 14.76 3.6 -
YUV 86.06 103.14 215.69 -
System Red Green Blue C M Y K H S L
Decimal 209 32 42 0 0.85 0.80 0.18 356.61 0.73 0.47
Hex D1 20 2A 0 55 50 12 165 49 2F
Octal 321 40 52 0 125 120 22 545 111 57
Binary 11010001 100000 101010 0 1010101 1010000 10010 101100101 1001001 101111

Color Harmonies of #D1202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1202A

Black with #D1202A

Text Example


Text Example

White with #D1202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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