Html Css Color HEX #D7232C Alizarin

📋 copy color: '#D7232C'

red 215 ◦ green 35 ◦ blue 44

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

Shades of Alizarin #D7232C

Tints of Alizarin #D7232C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 73.13%
G = 11.9%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7232C (or 0xD7232C) is known color: Alizarin. HEX triplet: D7, 23 and 2C. RGB value is (215,35,44). Sum of RGB (Red+Green+Blue) = 215+35+44=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D7232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7232C is #28DCD3. Grayscale: #595959. Windows color (decimal): -2677972 or 2892759. OLE color: 2892759.

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

Color convert

RGB 215 35 44 -
CMYK 0 0.84 0.80 0.16
HSL 357º 0.72% 0.49% -
HSV(B) 357º 0.84% 0.84% -
XYZ 29.08 15.83 3.91 -
YUV 89.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 215 35 44 0 0.84 0.80 0.16 357 0.72 0.49
Hex D7 23 2C 0 54 50 10 165 48 31
Octal 327 43 54 0 124 120 20 545 110 61
Binary 11010111 100011 101100 0 1010100 1010000 10000 101100101 1001000 110001

Color Harmonies of #D7232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7232C

Black with #D7232C

Text Example


Text Example

White with #D7232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7232C; }

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

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

background-color css

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

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

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

border-color css

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

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

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