Html Css Color HEX #D1222D Fire Engine Red

📋 copy color: '#D1222D'

red 209 ◦ green 34 ◦ blue 45

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

Shades of Fire Engine Red #D1222D

Tints of Fire Engine Red #D1222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.81%

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

R = 72.57%
G = 11.81%
B = 15.63%

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

#D1222D (or 0xD1222D) is known color: Fire Engine Red. HEX triplet: D1, 22 and 2D. RGB value is (209,34,45). Sum of RGB (Red+Green+Blue) = 209+34+45=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D1222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1222D is #2EDDD2. Grayscale: #575757. Windows color (decimal): -3071443 or 2958033. OLE color: 2958033.

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

Color convert

RGB 209 34 45 -
CMYK 0 0.84 0.78 0.18
HSL 356.23º 0.72% 0.48% -
HSV(B) 356.23º 0.84% 0.82% -
XYZ 27.34 14.89 3.92 -
YUV 87.58 103.98 214.61 -
System Red Green Blue C M Y K H S L
Decimal 209 34 45 0 0.84 0.78 0.18 356.23 0.72 0.48
Hex D1 22 2D 0 54 4E 12 164 48 30
Octal 321 42 55 0 124 116 22 544 110 60
Binary 11010001 100010 101101 0 1010100 1001110 10010 101100100 1001000 110000

Color Harmonies of #D1222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1222D

Black with #D1222D

Text Example


Text Example

White with #D1222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1222D; }

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

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

background-color css

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

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

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

border-color css

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

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

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