Html Css Color HEX #D22530 Alizarin

📋 copy color: '#D22530'

red 210 ◦ green 37 ◦ blue 48

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

Shades of Alizarin #D22530

Tints of Alizarin #D22530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 71.19%
G = 12.54%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D22530 (or 0xD22530) is known color: Alizarin. HEX triplet: D2, 25 and 30. RGB value is (210,37,48). Sum of RGB (Red+Green+Blue) = 210+37+48=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D22530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22530 is #2DDACF. Grayscale: #5A5A5A. Windows color (decimal): -3005136 or 3155410. OLE color: 3155410.

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

Color convert

RGB 210 37 48 -
CMYK 0 0.82 0.77 0.18
HSL 356.19º 0.7% 0.48% -
HSV(B) 356.19º 0.82% 0.82% -
XYZ 27.77 15.24 4.27 -
YUV 89.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 210 37 48 0 0.82 0.77 0.18 356.19 0.7 0.48
Hex D2 25 30 0 52 4D 12 164 46 30
Octal 322 45 60 0 122 115 22 544 106 60
Binary 11010010 100101 110000 0 1010010 1001101 10010 101100100 1000110 110000

Color Harmonies of #D22530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22530

Black with #D22530

Text Example


Text Example

White with #D22530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22530; }

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

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

background-color css

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

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

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

border-color css

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

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

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