Html Css Color HEX #D7223A Alizarin

📋 copy color: '#D7223A'

red 215 ◦ green 34 ◦ blue 58

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

Shades of Alizarin #D7223A

Tints of Alizarin #D7223A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 70.03%
G = 11.07%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7223A (or 0xD7223A) is known color: Alizarin. HEX triplet: D7, 22 and 3A. RGB value is (215,34,58). Sum of RGB (Red+Green+Blue) = 215+34+58=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D7223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7223A is #28DDC5. Grayscale: #5A5A5A. Windows color (decimal): -2678214 or 3810007. OLE color: 3810007.

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

Color convert

RGB 215 34 58 -
CMYK 0 0.84 0.73 0.16
HSL 352.04º 0.73% 0.49% -
HSV(B) 352.04º 0.84% 0.84% -
XYZ 29.36 15.9 5.52 -
YUV 90.86 109.47 216.55 -
System Red Green Blue C M Y K H S L
Decimal 215 34 58 0 0.84 0.73 0.16 352.04 0.73 0.49
Hex D7 22 3A 0 54 49 10 160 49 31
Octal 327 42 72 0 124 111 20 540 111 61
Binary 11010111 100010 111010 0 1010100 1001001 10000 101100000 1001001 110001

Color Harmonies of #D7223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7223A

Black with #D7223A

Text Example


Text Example

White with #D7223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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