Html Css Color HEX #D8273D Alizarin

📋 copy color: '#D8273D'

red 216 ◦ green 39 ◦ blue 61

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

Shades of Alizarin #D8273D

Tints of Alizarin #D8273D

RGB

 RED value IS 216 (84.77% from 255) = 68.35%

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

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

R = 68.35%
G = 12.34%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8273D (or 0xD8273D) is known color: Alizarin. HEX triplet: D8, 27 and 3D. RGB value is (216,39,61). Sum of RGB (Red+Green+Blue) = 216+39+61=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8273D is #27D8C2. Grayscale: #5E5E5E. Windows color (decimal): -2611395 or 4007896. OLE color: 4007896.

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

Color convert

RGB 216 39 61 -
CMYK 0 0.82 0.72 0.15
HSL 352.54º 0.69% 0.5% -
HSV(B) 352.54º 0.82% 0.85% -
XYZ 29.89 16.39 6 -
YUV 94.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 216 39 61 0 0.82 0.72 0.15 352.54 0.69 0.5
Hex D8 27 3D 0 52 48 F 161 45 32
Octal 330 47 75 0 122 110 17 541 105 62
Binary 11011000 100111 111101 0 1010010 1001000 1111 101100001 1000101 110010

Color Harmonies of #D8273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8273D

Black with #D8273D

Text Example


Text Example

White with #D8273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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