Html Css Color HEX #D7233C Alizarin

📋 copy color: '#D7233C'

red 215 ◦ green 35 ◦ blue 60

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

Shades of Alizarin #D7233C

Tints of Alizarin #D7233C

RGB

 RED value IS 215 (84.38% from 255) = 69.35%

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

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

R = 69.35%
G = 11.29%
B = 19.35%

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

#D7233C (or 0xD7233C) is known color: Alizarin. HEX triplet: D7, 23 and 3C. RGB value is (215,35,60). Sum of RGB (Red+Green+Blue) = 215+35+60=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7233C is #28DCC3. Grayscale: #5B5B5B. Windows color (decimal): -2677956 or 3941335. OLE color: 3941335.

HSL color Cylindrical-coordinate representation of color #D7233C: hue angle of 351.67º 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 #D7233C is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 35 60 -
CMYK 0 0.84 0.72 0.16
HSL 351.67º 0.72% 0.49% -
HSV(B) 351.67º 0.84% 0.84% -
XYZ 29.44 15.98 5.81 -
YUV 91.67 110.13 215.97 -
System Red Green Blue C M Y K H S L
Decimal 215 35 60 0 0.84 0.72 0.16 351.67 0.72 0.49
Hex D7 23 3C 0 54 48 10 160 48 31
Octal 327 43 74 0 124 110 20 540 110 61
Binary 11010111 100011 111100 0 1010100 1001000 10000 101100000 1001000 110001

Color Harmonies of #D7233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7233C

Black with #D7233C

Text Example


Text Example

White with #D7233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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