Html Css Color HEX #D1212D Fire Engine Red

📋 copy color: '#D1212D'

red 209 ◦ green 33 ◦ blue 45

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

Shades of Fire Engine Red #D1212D

Tints of Fire Engine Red #D1212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

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

R = 72.82%
G = 11.5%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1212D (or 0xD1212D) is known color: Fire Engine Red. HEX triplet: D1, 21 and 2D. RGB value is (209,33,45). Sum of RGB (Red+Green+Blue) = 209+33+45=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D1212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1212D is #2EDED2. Grayscale: #575757. Windows color (decimal): -3071699 or 2957777. OLE color: 2957777.

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

Color convert

RGB 209 33 45 -
CMYK 0 0.84 0.78 0.18
HSL 355.91º 0.73% 0.47% -
HSV(B) 355.91º 0.84% 0.82% -
XYZ 27.31 14.83 3.91 -
YUV 86.99 104.31 215.02 -
System Red Green Blue C M Y K H S L
Decimal 209 33 45 0 0.84 0.78 0.18 355.91 0.73 0.47
Hex D1 21 2D 0 54 4E 12 164 49 2F
Octal 321 41 55 0 124 116 22 544 111 57
Binary 11010001 100001 101101 0 1010100 1001110 10010 101100100 1001001 101111

Color Harmonies of #D1212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1212D

Black with #D1212D

Text Example


Text Example

White with #D1212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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