Html Css Color HEX #D7232E Alizarin

📋 copy color: '#D7232E'

red 215 ◦ green 35 ◦ blue 46

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

Shades of Alizarin #D7232E

Tints of Alizarin #D7232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 72.64%
G = 11.82%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7232E (or 0xD7232E) is known color: Alizarin. HEX triplet: D7, 23 and 2E. RGB value is (215,35,46). Sum of RGB (Red+Green+Blue) = 215+35+46=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7232E is #28DCD1. Grayscale: #5A5A5A. Windows color (decimal): -2677970 or 3023831. OLE color: 3023831.

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

Color convert

RGB 215 35 46 -
CMYK 0 0.84 0.79 0.16
HSL 356.33º 0.72% 0.49% -
HSV(B) 356.33º 0.84% 0.84% -
XYZ 29.12 15.85 4.11 -
YUV 90.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 215 35 46 0 0.84 0.79 0.16 356.33 0.72 0.49
Hex D7 23 2E 0 54 4F 10 164 48 31
Octal 327 43 56 0 124 117 20 544 110 61
Binary 11010111 100011 101110 0 1010100 1001111 10000 101100100 1001000 110001

Color Harmonies of #D7232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7232E

Black with #D7232E

Text Example


Text Example

White with #D7232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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