Html Css Color HEX #D8273E Alizarin

📋 copy color: '#D8273E'

red 216 ◦ green 39 ◦ blue 62

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

Shades of Alizarin #D8273E

Tints of Alizarin #D8273E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 68.14%
G = 12.3%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8273E (or 0xD8273E) is known color: Alizarin. HEX triplet: D8, 27 and 3E. RGB value is (216,39,62). Sum of RGB (Red+Green+Blue) = 216+39+62=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D8273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8273E is #27D8C1. Grayscale: #5E5E5E. Windows color (decimal): -2611394 or 4073432. OLE color: 4073432.

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

Color convert

RGB 216 39 62 -
CMYK 0 0.82 0.71 0.15
HSL 352.2º 0.69% 0.5% -
HSV(B) 352.2º 0.82% 0.85% -
XYZ 29.91 16.4 6.15 -
YUV 94.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 216 39 62 0 0.82 0.71 0.15 352.2 0.69 0.5
Hex D8 27 3E 0 52 47 F 160 45 32
Octal 330 47 76 0 122 107 17 540 105 62
Binary 11011000 100111 111110 0 1010010 1000111 1111 101100000 1000101 110010

Color Harmonies of #D8273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8273E

Black with #D8273E

Text Example


Text Example

White with #D8273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8273E; }

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

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

background-color css

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

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

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

border-color css

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

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

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