#DA1A34

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

Shades of Crimson #DA1A34

Tints of Crimson #DA1A34

Color information

#DA1A34 (or 0xDA1A34) is unknown color: approx Crimson. HEX triplet: DA, 1A and 34. RGB value is (218,26,52). Sum of RGB (Red+Green+Blue) = 218+26+52=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1A34 is #25E5CB. Grayscale: #565656. Windows color (decimal): -2483660 or 3414746. OLE color: 3414746.

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

Color convert

RGB2182652-
CMYK00.880.760.15
HSL351.88º78.69%47.84%-
HSV(B)351.88º88.07%85.49%-
XYZ29.915.894.74-
YUV86.37108.61221.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 73.65%
GREEN value IS 26 (10.55% from 255) = 8.78%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=73.65%
G=8.78%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218265200.880.760.15351.8878.6947.84
HexDA1A340584CF1604f30
Octal332326401301141754011760
Binary110110101101011010001011000100110011111011000001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1A34; }

 p { color: rgb(218,26,52); }

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

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

 a { background-color: rgb(218,26,52); }

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

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

 span { border-color: rgb(218,26,52); }

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