#DA0B33

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

Shades of Crimson #DA0B33

Tints of Crimson #DA0B33

Color information

#DA0B33 (or 0xDA0B33) is unknown color: approx Crimson. HEX triplet: DA, 0B and 33. RGB value is (218,11,51). Sum of RGB (Red+Green+Blue) = 218+11+51=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0B33 is #25F4CC. Grayscale: #4D4D4D. Windows color (decimal): -2487501 or 3345370. OLE color: 3345370.

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

Color convert

RGB2181151-
CMYK00.950.770.15
HSL348.41º90.39%44.9%-
HSV(B)348.41º94.95%85.49%-
XYZ29.6315.384.54-
YUV77.45113.08228.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 77.86%
GREEN value IS 11 (4.69% from 255) = 3.93%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=77.86%
G=3.93%
B=18.21%

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
Decimal218115100.950.770.15348.4190.3944.9
HexDAB3305F4DF15c5a2d
Octal332136301371151753413255
Binary11011010101111001101011111100110111111010111001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0B33; }

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

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

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

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

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

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

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

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