Html Css Color HEX #D22130 Alizarin

📋 copy color: '#D22130'

red 210 ◦ green 33 ◦ blue 48

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

Shades of Alizarin #D22130

Tints of Alizarin #D22130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 72.16%
G = 11.34%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D22130 (or 0xD22130) is known color: Alizarin. HEX triplet: D2, 21 and 30. RGB value is (210,33,48). Sum of RGB (Red+Green+Blue) = 210+33+48=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D22130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22130 is #2DDECF. Grayscale: #575757. Windows color (decimal): -3006160 or 3154386. OLE color: 3154386.

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

Color convert

RGB 210 33 48 -
CMYK 0 0.84 0.77 0.18
HSL 354.92º 0.73% 0.48% -
HSV(B) 354.92º 0.84% 0.82% -
XYZ 27.66 15 4.23 -
YUV 87.63 105.64 215.28 -
System Red Green Blue C M Y K H S L
Decimal 210 33 48 0 0.84 0.77 0.18 354.92 0.73 0.48
Hex D2 21 30 0 54 4D 12 163 49 30
Octal 322 41 60 0 124 115 22 543 111 60
Binary 11010010 100001 110000 0 1010100 1001101 10010 101100011 1001001 110000

Color Harmonies of #D22130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22130

Black with #D22130

Text Example


Text Example

White with #D22130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22130; }

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

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

background-color css

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

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

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

border-color css

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

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

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