Html Css Color HEX #D22534 Alizarin

📋 copy color: '#D22534'

red 210 ◦ green 37 ◦ blue 52

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

Shades of Alizarin #D22534

Tints of Alizarin #D22534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 70.23%
G = 12.37%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D22534 (or 0xD22534) is known color: Alizarin. HEX triplet: D2, 25 and 34. RGB value is (210,37,52). Sum of RGB (Red+Green+Blue) = 210+37+52=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D22534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22534 is #2DDACB. Grayscale: #5A5A5A. Windows color (decimal): -3005132 or 3417554. OLE color: 3417554.

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

Color convert

RGB 210 37 52 -
CMYK 0 0.82 0.75 0.18
HSL 354.8º 0.7% 0.48% -
HSV(B) 354.8º 0.82% 0.82% -
XYZ 27.86 15.27 4.73 -
YUV 90.44 106.31 213.28 -
System Red Green Blue C M Y K H S L
Decimal 210 37 52 0 0.82 0.75 0.18 354.8 0.7 0.48
Hex D2 25 34 0 52 4B 12 163 46 30
Octal 322 45 64 0 122 113 22 543 106 60
Binary 11010010 100101 110100 0 1010010 1001011 10010 101100011 1000110 110000

Color Harmonies of #D22534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22534

Black with #D22534

Text Example


Text Example

White with #D22534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22534; }

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

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

background-color css

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

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

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

border-color css

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

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

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