Html Css Color HEX #DA1046 Crimson

📋 copy color: '#DA1046'

red 218 ◦ green 16 ◦ blue 70

#DA1046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #DA1046

Tints of Crimson #DA1046

RGB

 RED value IS 218 (85.55% from 255) = 71.71%

 GREEN value IS 16 (6.64% from 255) = 5.26%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 71.71%
G = 5.26%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA1046 (or 0xDA1046) is known color: Crimson. HEX triplet: DA, 10 and 46. RGB value is (218,16,70). Sum of RGB (Red+Green+Blue) = 218+16+70=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1046 is #25EFB9. Grayscale: #525252. Windows color (decimal): -2486202 or 4591834. OLE color: 4591834.

HSL color Cylindrical-coordinate representation of color #DA1046: hue angle of 343.96º degrees, saturation: 0.86, 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 #DA1046 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 16 70 -
CMYK 0 0.93 0.68 0.15
HSL 343.96º 0.86% 0.46% -
HSV(B) 343.96º 0.93% 0.85% -
XYZ 30.2 15.72 7.24 -
YUV 82.55 120.92 224.61 -
System Red Green Blue C M Y K H S L
Decimal 218 16 70 0 0.93 0.68 0.15 343.96 0.86 0.46
Hex DA 10 46 0 5D 44 F 158 56 2E
Octal 332 20 106 0 135 104 17 530 126 56
Binary 11011010 10000 1000110 0 1011101 1000100 1111 101011000 1010110 101110

Color Harmonies of #DA1046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1046

Black with #DA1046

Text Example


Text Example

White with #DA1046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1046; }

 p { color: rgb(218,16,70); }

 H1.HeaderClassName
 {
   color: #DA1046;
 }
 .AnyTagClassName
 {
   color: #DA1046;
 }
</style>

background-color css

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

 a { background-color: rgb(218,16,70); }

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

border-color css

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

 span { border-color: rgb(218,16,70); }

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