Html Css Color HEX #D7253C Alizarin

📋 copy color: '#D7253C'

red 215 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #D7253C

Tints of Alizarin #D7253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 68.91%
G = 11.86%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7253C (or 0xD7253C) is known color: Alizarin. HEX triplet: D7, 25 and 3C. RGB value is (215,37,60). Sum of RGB (Red+Green+Blue) = 215+37+60=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7253C is #28DAC3. Grayscale: #5C5C5C. Windows color (decimal): -2677444 or 3941847. OLE color: 3941847.

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

Color convert

RGB 215 37 60 -
CMYK 0 0.83 0.72 0.16
HSL 352.25º 0.71% 0.49% -
HSV(B) 352.25º 0.83% 0.84% -
XYZ 29.5 16.1 5.83 -
YUV 92.84 109.47 215.13 -
System Red Green Blue C M Y K H S L
Decimal 215 37 60 0 0.83 0.72 0.16 352.25 0.71 0.49
Hex D7 25 3C 0 53 48 10 160 47 31
Octal 327 45 74 0 123 110 20 540 107 61
Binary 11010111 100101 111100 0 1010011 1001000 10000 101100000 1000111 110001

Color Harmonies of #D7253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7253C

Black with #D7253C

Text Example


Text Example

White with #D7253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7253C; }

 p { color: rgb(215,37,60); }

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

background-color css

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

 a { background-color: rgb(215,37,60); }

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

border-color css

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

 span { border-color: rgb(215,37,60); }

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