Html Css Color HEX #D7222F Alizarin

📋 copy color: '#D7222F'

red 215 ◦ green 34 ◦ blue 47

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

Shades of Alizarin #D7222F

Tints of Alizarin #D7222F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.88%

R = 72.64%
G = 11.49%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7222F (or 0xD7222F) is known color: Alizarin. HEX triplet: D7, 22 and 2F. RGB value is (215,34,47). Sum of RGB (Red+Green+Blue) = 215+34+47=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7222F is #28DDD0. Grayscale: #595959. Windows color (decimal): -2678225 or 3089111. OLE color: 3089111.

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

Color convert

RGB 215 34 47 -
CMYK 0 0.84 0.78 0.16
HSL 355.69º 0.73% 0.49% -
HSV(B) 355.69º 0.84% 0.84% -
XYZ 29.11 15.8 4.2 -
YUV 89.6 103.97 217.44 -
System Red Green Blue C M Y K H S L
Decimal 215 34 47 0 0.84 0.78 0.16 355.69 0.73 0.49
Hex D7 22 2F 0 54 4E 10 164 49 31
Octal 327 42 57 0 124 116 20 544 111 61
Binary 11010111 100010 101111 0 1010100 1001110 10000 101100100 1001001 110001

Color Harmonies of #D7222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7222F

Black with #D7222F

Text Example


Text Example

White with #D7222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7222F; }

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

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

background-color css

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

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

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

border-color css

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

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

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