Html Css Color HEX #DA1949 Crimson

📋 copy color: '#DA1949'

red 218 ◦ green 25 ◦ blue 73

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

Shades of Crimson #DA1949

Tints of Crimson #DA1949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.91%

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

R = 68.99%
G = 7.91%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA1949 (or 0xDA1949) is known color: Crimson. HEX triplet: DA, 19 and 49. RGB value is (218,25,73). Sum of RGB (Red+Green+Blue) = 218+25+73=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1949 is #25E6B6. Grayscale: #585858. Windows color (decimal): -2483895 or 4790746. OLE color: 4790746.

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

Color convert

RGB 218 25 73 -
CMYK 0 0.89 0.67 0.15
HSL 345.08º 0.79% 0.48% -
HSV(B) 345.08º 0.89% 0.85% -
XYZ 30.46 16.08 7.8 -
YUV 88.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 218 25 73 0 0.89 0.67 0.15 345.08 0.79 0.48
Hex DA 19 49 0 59 43 F 159 4F 30
Octal 332 31 111 0 131 103 17 531 117 60
Binary 11011010 11001 1001001 0 1011001 1000011 1111 101011001 1001111 110000

Color Harmonies of #DA1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1949

Black with #DA1949

Text Example


Text Example

White with #DA1949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1949; }

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

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

background-color css

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

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

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

border-color css

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

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

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