#D80A32

Color #D80A32 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D80A32

Tints of Crimson #D80A32

Color information

#D80A32 (or 0xD80A32) is unknown color: approx Crimson. HEX triplet: D8, 0A and 32. RGB value is (216,10,50). Sum of RGB (Red+Green+Blue) = 216+10+50=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80A32 is #27F5CD. Grayscale: #4C4C4C. Windows color (decimal): -2618830 or 3279576. OLE color: 3279576.

HSL color Cylindrical-coordinate representation of color #D80A32: hue angle of 348.35º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A32 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB2161050-
CMYK00.950.770.15
HSL348.35º91.15%44.31%-
HSV(B)348.35º95.37%84.71%-
XYZ2915.054.39-
YUV76.15113.25227.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 78.26%
GREEN value IS 10 (4.30% from 255) = 3.62%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=78.26%
G=3.62%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216105000.950.770.15348.3591.1544.31
HexD8A3205F4DF15c5b2c
Octal330126201371151753413354
Binary11011000101011001001011111100110111111010111001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80A32; }

 p { color: rgb(216,10,50); }

 H1.HeaderClassName
 {
   color: #D80A32;
 }
 .AnyTagClassName
 {
   color: #D80A32;
 }
</style>
background-color css

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

 a { background-color: rgb(216,10,50); }

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

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

 span { border-color: rgb(216,10,50); }

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