Html Css Color HEX #D7233D Alizarin

📋 copy color: '#D7233D'

red 215 ◦ green 35 ◦ blue 61

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

Shades of Alizarin #D7233D

Tints of Alizarin #D7233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 69.13%
G = 11.25%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7233D (or 0xD7233D) is known color: Alizarin. HEX triplet: D7, 23 and 3D. RGB value is (215,35,61). Sum of RGB (Red+Green+Blue) = 215+35+61=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D7233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7233D is #28DCC2. Grayscale: #5B5B5B. Windows color (decimal): -2677955 or 4006871. OLE color: 4006871.

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

Color convert

RGB 215 35 61 -
CMYK 0 0.84 0.72 0.16
HSL 351.33º 0.72% 0.49% -
HSV(B) 351.33º 0.84% 0.84% -
XYZ 29.47 15.99 5.95 -
YUV 91.78 110.63 215.89 -
System Red Green Blue C M Y K H S L
Decimal 215 35 61 0 0.84 0.72 0.16 351.33 0.72 0.49
Hex D7 23 3D 0 54 48 10 15F 48 31
Octal 327 43 75 0 124 110 20 537 110 61
Binary 11010111 100011 111101 0 1010100 1001000 10000 101011111 1001000 110001

Color Harmonies of #D7233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7233D

Black with #D7233D

Text Example


Text Example

White with #D7233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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