Html Css Color HEX #D1202F Fire Engine Red

📋 copy color: '#D1202F'

red 209 ◦ green 32 ◦ blue 47

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

Shades of Fire Engine Red #D1202F

Tints of Fire Engine Red #D1202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 72.57%
G = 11.11%
B = 16.32%

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

#D1202F (or 0xD1202F) is known color: Fire Engine Red. HEX triplet: D1, 20 and 2F. RGB value is (209,32,47). Sum of RGB (Red+Green+Blue) = 209+32+47=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D1202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1202F is #2EDFD0. Grayscale: #565656. Windows color (decimal): -3071953 or 3088593. OLE color: 3088593.

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

Color convert

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

Color Harmonies of #D1202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1202F

Black with #D1202F

Text Example


Text Example

White with #D1202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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