#DA0F3B

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

Shades of Crimson #DA0F3B

Tints of Crimson #DA0F3B

Color information

#DA0F3B (or 0xDA0F3B) is unknown color: approx Crimson. HEX triplet: DA, 0F and 3B. RGB value is (218,15,59). Sum of RGB (Red+Green+Blue) = 218+15+59=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0F3B is #25F0C4. Grayscale: #505050. Windows color (decimal): -2486469 or 3870682. OLE color: 3870682.

HSL color Cylindrical-coordinate representation of color #DA0F3B: hue angle of 347º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F3B is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB2181559-
CMYK00.930.730.15
HSL347º87.12%45.69%-
HSV(B)347º93.12%85.49%-
XYZ29.8715.565.57-
YUV80.71115.75225.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 74.66%
GREEN value IS 15 (6.25% from 255) = 5.14%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=74.66%
G=5.14%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218155900.930.730.1534787.1245.69
HexDAF3B05D49F15b572e
Octal332177301351111753312756
Binary11011010111111101101011101100100111111010110111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0F3B; }

 p { color: rgb(218,15,59); }

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

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

 a { background-color: rgb(218,15,59); }

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

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

 span { border-color: rgb(218,15,59); }

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