Html Css Color HEX #D7253D Alizarin

📋 copy color: '#D7253D'

red 215 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #D7253D

Tints of Alizarin #D7253D

RGB

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

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

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

R = 68.69%
G = 11.82%
B = 19.49%

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

#D7253D (or 0xD7253D) is known color: Alizarin. HEX triplet: D7, 25 and 3D. RGB value is (215,37,61). Sum of RGB (Red+Green+Blue) = 215+37+61=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7253D is #28DAC2. Grayscale: #5D5D5D. Windows color (decimal): -2677443 or 4007383. OLE color: 4007383.

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

Color convert

RGB 215 37 61 -
CMYK 0 0.83 0.72 0.16
HSL 351.91º 0.71% 0.49% -
HSV(B) 351.91º 0.83% 0.84% -
XYZ 29.53 16.11 5.97 -
YUV 92.96 109.97 215.05 -
System Red Green Blue C M Y K H S L
Decimal 215 37 61 0 0.83 0.72 0.16 351.91 0.71 0.49
Hex D7 25 3D 0 53 48 10 160 47 31
Octal 327 45 75 0 123 110 20 540 107 61
Binary 11010111 100101 111101 0 1010011 1001000 10000 101100000 1000111 110001

Color Harmonies of #D7253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7253D

Black with #D7253D

Text Example


Text Example

White with #D7253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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