Html Css Color HEX #DA1149 Crimson

📋 copy color: '#DA1149'

red 218 ◦ green 17 ◦ blue 73

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

Shades of Crimson #DA1149

Tints of Crimson #DA1149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

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

R = 70.78%
G = 5.52%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA1149 (or 0xDA1149) is known color: Crimson. HEX triplet: DA, 11 and 49. RGB value is (218,17,73). Sum of RGB (Red+Green+Blue) = 218+17+73=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1149 is #25EEB6. Grayscale: #535353. Windows color (decimal): -2485943 or 4788698. OLE color: 4788698.

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

Color convert

RGB 218 17 73 -
CMYK 0 0.92 0.67 0.15
HSL 343.28º 0.86% 0.46% -
HSV(B) 343.28º 0.92% 0.85% -
XYZ 30.32 15.79 7.75 -
YUV 83.48 122.09 223.95 -
System Red Green Blue C M Y K H S L
Decimal 218 17 73 0 0.92 0.67 0.15 343.28 0.86 0.46
Hex DA 11 49 0 5C 43 F 157 56 2E
Octal 332 21 111 0 134 103 17 527 126 56
Binary 11011010 10001 1001001 0 1011100 1000011 1111 101010111 1010110 101110

Color Harmonies of #DA1149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1149

Black with #DA1149

Text Example


Text Example

White with #DA1149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1149; }

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

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

background-color css

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

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

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

border-color css

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

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

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