Html Css Color HEX #D7273C Alizarin

📋 copy color: '#D7273C'

red 215 ◦ green 39 ◦ blue 60

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

Shades of Alizarin #D7273C

Tints of Alizarin #D7273C

RGB

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

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

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

R = 68.47%
G = 12.42%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7273C (or 0xD7273C) is known color: Alizarin. HEX triplet: D7, 27 and 3C. RGB value is (215,39,60). Sum of RGB (Red+Green+Blue) = 215+39+60=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D7273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7273C is #28D8C3. Grayscale: #5E5E5E. Windows color (decimal): -2676932 or 3942359. OLE color: 3942359.

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

Color convert

RGB 215 39 60 -
CMYK 0 0.82 0.72 0.16
HSL 352.84º 0.69% 0.5% -
HSV(B) 352.84º 0.82% 0.84% -
XYZ 29.57 16.22 5.85 -
YUV 94.02 108.81 214.29 -
System Red Green Blue C M Y K H S L
Decimal 215 39 60 0 0.82 0.72 0.16 352.84 0.69 0.5
Hex D7 27 3C 0 52 48 10 161 45 32
Octal 327 47 74 0 122 110 20 541 105 62
Binary 11010111 100111 111100 0 1010010 1001000 10000 101100001 1000101 110010

Color Harmonies of #D7273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7273C

Black with #D7273C

Text Example


Text Example

White with #D7273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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