Html Css Color HEX #D7232F Alizarin

📋 copy color: '#D7232F'

red 215 ◦ green 35 ◦ blue 47

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

Shades of Alizarin #D7232F

Tints of Alizarin #D7232F

RGB

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

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

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

R = 72.39%
G = 11.78%
B = 15.82%

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

#D7232F (or 0xD7232F) is known color: Alizarin. HEX triplet: D7, 23 and 2F. RGB value is (215,35,47). Sum of RGB (Red+Green+Blue) = 215+35+47=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D7232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7232F is #28DCD0. Grayscale: #5A5A5A. Windows color (decimal): -2677969 or 3089367. OLE color: 3089367.

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

Color convert

RGB 215 35 47 -
CMYK 0 0.84 0.78 0.16
HSL 356º 0.72% 0.49% -
HSV(B) 356º 0.84% 0.84% -
XYZ 29.14 15.85 4.21 -
YUV 90.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 215 35 47 0 0.84 0.78 0.16 356 0.72 0.49
Hex D7 23 2F 0 54 4E 10 164 48 31
Octal 327 43 57 0 124 116 20 544 110 61
Binary 11010111 100011 101111 0 1010100 1001110 10000 101100100 1001000 110001

Color Harmonies of #D7232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7232F

Black with #D7232F

Text Example


Text Example

White with #D7232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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