Html Css Color HEX #D52C3C Alizarin

📋 copy color: '#D52C3C'

red 213 ◦ green 44 ◦ blue 60

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

Shades of Alizarin #D52C3C

Tints of Alizarin #D52C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.88%

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 67.19%
G = 13.88%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D52C3C (or 0xD52C3C) is known color: Alizarin. HEX triplet: D5, 2C and 3C. RGB value is (213,44,60). Sum of RGB (Red+Green+Blue) = 213+44+60=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52C3C is #2AD3C3. Grayscale: #606060. Windows color (decimal): -2806724 or 3943637. OLE color: 3943637.

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

Color convert

RGB 213 44 60 -
CMYK 0 0.79 0.72 0.16
HSL 354.32º 0.67% 0.5% -
HSV(B) 354.32º 0.79% 0.84% -
XYZ 29.16 16.27 5.88 -
YUV 96.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 213 44 60 0 0.79 0.72 0.16 354.32 0.67 0.5
Hex D5 2C 3C 0 4F 48 10 162 43 32
Octal 325 54 74 0 117 110 20 542 103 62
Binary 11010101 101100 111100 0 1001111 1001000 10000 101100010 1000011 110010

Color Harmonies of #D52C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C3C

Black with #D52C3C

Text Example


Text Example

White with #D52C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C3C; }

 p { color: rgb(213,44,60); }

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

background-color css

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

 a { background-color: rgb(213,44,60); }

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

border-color css

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

 span { border-color: rgb(213,44,60); }

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