Html Css Color HEX #D7273B Alizarin

📋 copy color: '#D7273B'

red 215 ◦ green 39 ◦ blue 59

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

Shades of Alizarin #D7273B

Tints of Alizarin #D7273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.46%

 BLUE value IS 59 (23.44% from 255) = 18.85%

R = 68.69%
G = 12.46%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7273B (or 0xD7273B) is known color: Alizarin. HEX triplet: D7, 27 and 3B. RGB value is (215,39,59). Sum of RGB (Red+Green+Blue) = 215+39+59=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7273B is #28D8C4. Grayscale: #5D5D5D. Windows color (decimal): -2676933 or 3876823. OLE color: 3876823.

HSL color Cylindrical-coordinate representation of color #D7273B: hue angle of 353.18º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7273B is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 39 59 -
CMYK 0 0.82 0.73 0.16
HSL 353.18º 0.69% 0.5% -
HSV(B) 353.18º 0.82% 0.84% -
XYZ 29.54 16.21 5.71 -
YUV 93.9 108.31 214.37 -
System Red Green Blue C M Y K H S L
Decimal 215 39 59 0 0.82 0.73 0.16 353.18 0.69 0.5
Hex D7 27 3B 0 52 49 10 161 45 32
Octal 327 47 73 0 122 111 20 541 105 62
Binary 11010111 100111 111011 0 1010010 1001001 10000 101100001 1000101 110010

Color Harmonies of #D7273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7273B

Black with #D7273B

Text Example


Text Example

White with #D7273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7273B; }

 p { color: rgb(215,39,59); }

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

background-color css

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

 a { background-color: rgb(215,39,59); }

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

border-color css

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

 span { border-color: rgb(215,39,59); }

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