Html Css Color HEX #D5233C Alizarin

📋 copy color: '#D5233C'

red 213 ◦ green 35 ◦ blue 60

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

Shades of Alizarin #D5233C

Tints of Alizarin #D5233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.36%

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

R = 69.16%
G = 11.36%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5233C (or 0xD5233C) is known color: Alizarin. HEX triplet: D5, 23 and 3C. RGB value is (213,35,60). Sum of RGB (Red+Green+Blue) = 213+35+60=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5233C is #2ADCC3. Grayscale: #5B5B5B. Windows color (decimal): -2809028 or 3941333. OLE color: 3941333.

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

Color convert

RGB 213 35 60 -
CMYK 0 0.84 0.72 0.16
HSL 351.57º 0.72% 0.49% -
HSV(B) 351.57º 0.84% 0.84% -
XYZ 28.86 15.67 5.78 -
YUV 91.07 110.47 214.97 -
System Red Green Blue C M Y K H S L
Decimal 213 35 60 0 0.84 0.72 0.16 351.57 0.72 0.49
Hex D5 23 3C 0 54 48 10 160 48 31
Octal 325 43 74 0 124 110 20 540 110 61
Binary 11010101 100011 111100 0 1010100 1001000 10000 101100000 1001000 110001

Color Harmonies of #D5233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5233C

Black with #D5233C

Text Example


Text Example

White with #D5233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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