Html Css Color HEX #D7252B Alizarin

📋 copy color: '#D7252B'

red 215 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #D7252B

Tints of Alizarin #D7252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 72.88%
G = 12.54%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7252B (or 0xD7252B) is known color: Alizarin. HEX triplet: D7, 25 and 2B. RGB value is (215,37,43). Sum of RGB (Red+Green+Blue) = 215+37+43=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D7252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7252B is #28DAD4. Grayscale: #5B5B5B. Windows color (decimal): -2677461 or 2827735. OLE color: 2827735.

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

Color convert

RGB 215 37 43 -
CMYK 0 0.83 0.8 0.16
HSL 357.98º 0.71% 0.49% -
HSV(B) 357.98º 0.83% 0.84% -
XYZ 29.12 15.94 3.83 -
YUV 90.91 100.97 216.51 -
System Red Green Blue C M Y K H S L
Decimal 215 37 43 0 0.83 0.8 0.16 357.98 0.71 0.49
Hex D7 25 2B 0 53 50 10 166 47 31
Octal 327 45 53 0 123 120 20 546 107 61
Binary 11010111 100101 101011 0 1010011 1010000 10000 101100110 1000111 110001

Color Harmonies of #D7252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7252B

Black with #D7252B

Text Example


Text Example

White with #D7252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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