Html Css Color HEX #D7223C Alizarin

📋 copy color: '#D7223C'

red 215 ◦ green 34 ◦ blue 60

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

Shades of Alizarin #D7223C

Tints of Alizarin #D7223C

RGB

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

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

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

R = 69.58%
G = 11%
B = 19.42%

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

#D7223C (or 0xD7223C) is known color: Alizarin. HEX triplet: D7, 22 and 3C. RGB value is (215,34,60). Sum of RGB (Red+Green+Blue) = 215+34+60=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D7223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7223C is #28DDC3. Grayscale: #5B5B5B. Windows color (decimal): -2678212 or 3941079. OLE color: 3941079.

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

Color convert

RGB 215 34 60 -
CMYK 0 0.84 0.72 0.16
HSL 351.38º 0.73% 0.49% -
HSV(B) 351.38º 0.84% 0.84% -
XYZ 29.41 15.92 5.8 -
YUV 91.08 110.47 216.39 -
System Red Green Blue C M Y K H S L
Decimal 215 34 60 0 0.84 0.72 0.16 351.38 0.73 0.49
Hex D7 22 3C 0 54 48 10 15F 49 31
Octal 327 42 74 0 124 110 20 537 111 61
Binary 11010111 100010 111100 0 1010100 1001000 10000 101011111 1001001 110001

Color Harmonies of #D7223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7223C

Black with #D7223C

Text Example


Text Example

White with #D7223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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