Html Css Color HEX #D2222D Fire Engine Red

📋 copy color: '#D2222D'

red 210 ◦ green 34 ◦ blue 45

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

Shades of Fire Engine Red #D2222D

Tints of Fire Engine Red #D2222D

RGB

 RED value IS 210 (82.42% from 255) = 72.66%

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

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

R = 72.66%
G = 11.76%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2222D (or 0xD2222D) is known color: Fire Engine Red. HEX triplet: D2, 22 and 2D. RGB value is (210,34,45). Sum of RGB (Red+Green+Blue) = 210+34+45=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D2222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2222D is #2DDDD2. Grayscale: #585858. Windows color (decimal): -3005907 or 2958034. OLE color: 2958034.

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

Color convert

RGB 210 34 45 -
CMYK 0 0.84 0.79 0.18
HSL 356.25º 0.72% 0.48% -
HSV(B) 356.25º 0.84% 0.82% -
XYZ 27.62 15.04 3.93 -
YUV 87.88 103.81 215.11 -
System Red Green Blue C M Y K H S L
Decimal 210 34 45 0 0.84 0.79 0.18 356.25 0.72 0.48
Hex D2 22 2D 0 54 4F 12 164 48 30
Octal 322 42 55 0 124 117 22 544 110 60
Binary 11010010 100010 101101 0 1010100 1001111 10010 101100100 1001000 110000

Color Harmonies of #D2222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2222D

Black with #D2222D

Text Example


Text Example

White with #D2222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2222D; }

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

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

background-color css

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

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

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

border-color css

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

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

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