Html Css Color HEX #D22123 Fire Engine Red

📋 copy color: '#D22123'

red 210 ◦ green 33 ◦ blue 35

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

Shades of Fire Engine Red #D22123

Tints of Fire Engine Red #D22123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.59%

R = 75.54%
G = 11.87%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D22123 (or 0xD22123) is known color: Fire Engine Red. HEX triplet: D2, 21 and 23. RGB value is (210,33,35). Sum of RGB (Red+Green+Blue) = 210+33+35=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D22123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22123 is #2DDEDC. Grayscale: #565656. Windows color (decimal): -3006173 or 2302418. OLE color: 2302418.

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

Color convert

RGB 210 33 35 -
CMYK 0 0.84 0.83 0.18
HSL 359.32º 0.73% 0.48% -
HSV(B) 359.32º 0.84% 0.82% -
XYZ 27.43 14.91 3.02 -
YUV 86.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 210 33 35 0 0.84 0.83 0.18 359.32 0.73 0.48
Hex D2 21 23 0 54 53 12 167 49 30
Octal 322 41 43 0 124 123 22 547 111 60
Binary 11010010 100001 100011 0 1010100 1010011 10010 101100111 1001001 110000

Color Harmonies of #D22123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22123

Black with #D22123

Text Example


Text Example

White with #D22123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22123; }

 p { color: rgb(210,33,35); }

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

background-color css

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

 a { background-color: rgb(210,33,35); }

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

border-color css

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

 span { border-color: rgb(210,33,35); }

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