Html Css Color HEX #DA1649 Crimson

📋 copy color: '#DA1649'

red 218 ◦ green 22 ◦ blue 73

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

Shades of Crimson #DA1649

Tints of Crimson #DA1649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 69.65%
G = 7.03%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA1649 (or 0xDA1649) is known color: Crimson. HEX triplet: DA, 16 and 49. RGB value is (218,22,73). Sum of RGB (Red+Green+Blue) = 218+22+73=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1649 is #25E9B6. Grayscale: #565656. Windows color (decimal): -2484663 or 4789978. OLE color: 4789978.

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

Color convert

RGB 218 22 73 -
CMYK 0 0.90 0.67 0.15
HSL 344.39º 0.82% 0.47% -
HSV(B) 344.39º 0.9% 0.85% -
XYZ 30.4 15.96 7.78 -
YUV 86.42 120.43 221.85 -
System Red Green Blue C M Y K H S L
Decimal 218 22 73 0 0.90 0.67 0.15 344.39 0.82 0.47
Hex DA 16 49 0 5A 43 F 158 52 2F
Octal 332 26 111 0 132 103 17 530 122 57
Binary 11011010 10110 1001001 0 1011010 1000011 1111 101011000 1010010 101111

Color Harmonies of #DA1649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1649

Black with #DA1649

Text Example


Text Example

White with #DA1649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1649; }

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

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

background-color css

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

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

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

border-color css

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

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

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