Html Css Color HEX #D7273D Alizarin

📋 copy color: '#D7273D'

red 215 ◦ green 39 ◦ blue 61

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

Shades of Alizarin #D7273D

Tints of Alizarin #D7273D

RGB

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

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

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

R = 68.25%
G = 12.38%
B = 19.37%

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

#D7273D (or 0xD7273D) is known color: Alizarin. HEX triplet: D7, 27 and 3D. RGB value is (215,39,61). Sum of RGB (Red+Green+Blue) = 215+39+61=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D7273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7273D is #28D8C2. Grayscale: #5E5E5E. Windows color (decimal): -2676931 or 4007895. OLE color: 4007895.

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

Color convert

RGB 215 39 61 -
CMYK 0 0.82 0.72 0.16
HSL 352.5º 0.69% 0.5% -
HSV(B) 352.5º 0.82% 0.84% -
XYZ 29.59 16.24 5.99 -
YUV 94.13 109.31 214.21 -
System Red Green Blue C M Y K H S L
Decimal 215 39 61 0 0.82 0.72 0.16 352.5 0.69 0.5
Hex D7 27 3D 0 52 48 10 160 45 32
Octal 327 47 75 0 122 110 20 540 105 62
Binary 11010111 100111 111101 0 1010010 1001000 10000 101100000 1000101 110010

Color Harmonies of #D7273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7273D

Black with #D7273D

Text Example


Text Example

White with #D7273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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