Html Css Color HEX #D7212B Alizarin

📋 copy color: '#D7212B'

red 215 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #D7212B

Tints of Alizarin #D7212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.34%

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 73.88%
G = 11.34%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7212B (or 0xD7212B) is known color: Alizarin. HEX triplet: D7, 21 and 2B. RGB value is (215,33,43). Sum of RGB (Red+Green+Blue) = 215+33+43=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D7212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7212B is #28DED4. Grayscale: #585858. Windows color (decimal): -2678485 or 2826711. OLE color: 2826711.

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

Color convert

RGB 215 33 43 -
CMYK 0 0.85 0.8 0.16
HSL 356.7º 0.73% 0.49% -
HSV(B) 356.7º 0.85% 0.84% -
XYZ 29 15.71 3.79 -
YUV 88.56 102.3 218.19 -
System Red Green Blue C M Y K H S L
Decimal 215 33 43 0 0.85 0.8 0.16 356.7 0.73 0.49
Hex D7 21 2B 0 55 50 10 165 49 31
Octal 327 41 53 0 125 120 20 545 111 61
Binary 11010111 100001 101011 0 1010101 1010000 10000 101100101 1001001 110001

Color Harmonies of #D7212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7212B

Black with #D7212B

Text Example


Text Example

White with #D7212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7212B; }

 p { color: rgb(215,33,43); }

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

background-color css

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

 a { background-color: rgb(215,33,43); }

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

border-color css

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

 span { border-color: rgb(215,33,43); }

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