Html Css Color HEX #D1202B Fire Engine Red

📋 copy color: '#D1202B'

red 209 ◦ green 32 ◦ blue 43

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

Shades of Fire Engine Red #D1202B

Tints of Fire Engine Red #D1202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 73.59%
G = 11.27%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1202B (or 0xD1202B) is known color: Fire Engine Red. HEX triplet: D1, 20 and 2B. RGB value is (209,32,43). Sum of RGB (Red+Green+Blue) = 209+32+43=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D1202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1202B is #2EDFD4. Grayscale: #565656. Windows color (decimal): -3071957 or 2826449. OLE color: 2826449.

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

Color convert

RGB 209 32 43 -
CMYK 0 0.85 0.79 0.18
HSL 356.27º 0.73% 0.47% -
HSV(B) 356.27º 0.85% 0.82% -
XYZ 27.25 14.76 3.7 -
YUV 86.18 103.64 215.61 -
System Red Green Blue C M Y K H S L
Decimal 209 32 43 0 0.85 0.79 0.18 356.27 0.73 0.47
Hex D1 20 2B 0 55 4F 12 164 49 2F
Octal 321 40 53 0 125 117 22 544 111 57
Binary 11010001 100000 101011 0 1010101 1001111 10010 101100100 1001001 101111

Color Harmonies of #D1202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1202B

Black with #D1202B

Text Example


Text Example

White with #D1202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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