Html Css Color HEX #D8272A Alizarin

📋 copy color: '#D8272A'

red 216 ◦ green 39 ◦ blue 42

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

Shades of Alizarin #D8272A

Tints of Alizarin #D8272A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 72.73%
G = 13.13%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8272A (or 0xD8272A) is known color: Alizarin. HEX triplet: D8, 27 and 2A. RGB value is (216,39,42). Sum of RGB (Red+Green+Blue) = 216+39+42=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D8272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8272A is #27D8D5. Grayscale: #5C5C5C. Windows color (decimal): -2611414 or 2762712. OLE color: 2762712.

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

Color convert

RGB 216 39 42 -
CMYK 0 0.82 0.81 0.15
HSL 358.98º 0.69% 0.5% -
HSV(B) 358.98º 0.82% 0.85% -
XYZ 29.46 16.22 3.77 -
YUV 92.27 99.64 216.26 -
System Red Green Blue C M Y K H S L
Decimal 216 39 42 0 0.82 0.81 0.15 358.98 0.69 0.5
Hex D8 27 2A 0 52 51 F 167 45 32
Octal 330 47 52 0 122 121 17 547 105 62
Binary 11011000 100111 101010 0 1010010 1010001 1111 101100111 1000101 110010

Color Harmonies of #D8272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8272A

Black with #D8272A

Text Example


Text Example

White with #D8272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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