Html Css Color HEX #DA1646 Crimson

📋 copy color: '#DA1646'

red 218 ◦ green 22 ◦ blue 70

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

Shades of Crimson #DA1646

Tints of Crimson #DA1646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.1%

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

R = 70.32%
G = 7.1%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA1646 (or 0xDA1646) is known color: Crimson. HEX triplet: DA, 16 and 46. RGB value is (218,22,70). Sum of RGB (Red+Green+Blue) = 218+22+70=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1646 is #25E9B9. Grayscale: #565656. Windows color (decimal): -2484666 or 4593370. OLE color: 4593370.

HSL color Cylindrical-coordinate representation of color #DA1646: hue angle of 345.31º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1646 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 70 -
CMYK 0 0.90 0.68 0.15
HSL 345.31º 0.82% 0.47% -
HSV(B) 345.31º 0.9% 0.85% -
XYZ 30.31 15.92 7.27 -
YUV 86.08 118.93 222.1 -
System Red Green Blue C M Y K H S L
Decimal 218 22 70 0 0.90 0.68 0.15 345.31 0.82 0.47
Hex DA 16 46 0 5A 44 F 159 52 2F
Octal 332 26 106 0 132 104 17 531 122 57
Binary 11011010 10110 1000110 0 1011010 1000100 1111 101011001 1010010 101111

Color Harmonies of #DA1646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1646

Black with #DA1646

Text Example


Text Example

White with #DA1646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1646; }

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

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

background-color css

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

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

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

border-color css

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

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

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