Html Css Color HEX #D52238 Alizarin

📋 copy color: '#D52238'

red 213 ◦ green 34 ◦ blue 56

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

Shades of Alizarin #D52238

Tints of Alizarin #D52238

RGB

 RED value IS 213 (83.59% from 255) = 70.3%

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

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 70.3%
G = 11.22%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D52238 (or 0xD52238) is known color: Alizarin. HEX triplet: D5, 22 and 38. RGB value is (213,34,56). Sum of RGB (Red+Green+Blue) = 213+34+56=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D52238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52238 is #2ADDC7. Grayscale: #5A5A5A. Windows color (decimal): -2809288 or 3678933. OLE color: 3678933.

HSL color Cylindrical-coordinate representation of color #D52238: hue angle of 352.63º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52238 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 34 56 -
CMYK 0 0.84 0.74 0.16
HSL 352.63º 0.72% 0.48% -
HSV(B) 352.63º 0.84% 0.84% -
XYZ 28.73 15.58 5.23 -
YUV 90.03 108.8 215.71 -
System Red Green Blue C M Y K H S L
Decimal 213 34 56 0 0.84 0.74 0.16 352.63 0.72 0.48
Hex D5 22 38 0 54 4A 10 161 48 30
Octal 325 42 70 0 124 112 20 541 110 60
Binary 11010101 100010 111000 0 1010100 1001010 10000 101100001 1001000 110000

Color Harmonies of #D52238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52238

Black with #D52238

Text Example


Text Example

White with #D52238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52238; }

 p { color: rgb(213,34,56); }

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

background-color css

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

 a { background-color: rgb(213,34,56); }

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

border-color css

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

 span { border-color: rgb(213,34,56); }

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