Html Css Color HEX #DA1849 Crimson

📋 copy color: '#DA1849'

red 218 ◦ green 24 ◦ blue 73

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

Shades of Crimson #DA1849

Tints of Crimson #DA1849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.62%

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

R = 69.21%
G = 7.62%
B = 23.17%

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

#DA1849 (or 0xDA1849) is known color: Crimson. HEX triplet: DA, 18 and 49. RGB value is (218,24,73). Sum of RGB (Red+Green+Blue) = 218+24+73=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1849 is #25E7B6. Grayscale: #575757. Windows color (decimal): -2484151 or 4790490. OLE color: 4790490.

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

Color convert

RGB 218 24 73 -
CMYK 0 0.89 0.67 0.15
HSL 344.85º 0.8% 0.47% -
HSV(B) 344.85º 0.89% 0.85% -
XYZ 30.44 16.04 7.79 -
YUV 87.59 119.77 221.02 -
System Red Green Blue C M Y K H S L
Decimal 218 24 73 0 0.89 0.67 0.15 344.85 0.8 0.47
Hex DA 18 49 0 59 43 F 159 50 2F
Octal 332 30 111 0 131 103 17 531 120 57
Binary 11011010 11000 1001001 0 1011001 1000011 1111 101011001 1010000 101111

Color Harmonies of #DA1849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1849

Black with #DA1849

Text Example


Text Example

White with #DA1849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1849; }

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

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

background-color css

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

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

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

border-color css

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

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

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