#DA0B2E

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

Shades of Crimson #DA0B2E

Tints of Crimson #DA0B2E

Color information

#DA0B2E (or 0xDA0B2E) is unknown color: approx Crimson. HEX triplet: DA, 0B and 2E. RGB value is (218,11,46). Sum of RGB (Red+Green+Blue) = 218+11+46=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0B2E is #25F4D1. Grayscale: #4C4C4C. Windows color (decimal): -2487506 or 3017690. OLE color: 3017690.

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

Color convert

RGB2181146-
CMYK00.950.790.15
HSL349.86º90.39%44.9%-
HSV(B)349.86º94.95%85.49%-
XYZ29.5315.343.99-
YUV76.88110.58228.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 79.27%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=79.27%
G=4%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218114600.950.790.15349.8690.3944.9
HexDAB2E05F4FF15e5a2d
Octal332135601371171753613255
Binary11011010101110111001011111100111111111010111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0B2E; }

 p { color: rgb(218,11,46); }

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

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

 a { background-color: rgb(218,11,46); }

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

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

 span { border-color: rgb(218,11,46); }

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