Html Css Color HEX #DA1B49 Crimson

📋 copy color: '#DA1B49'

red 218 ◦ green 27 ◦ blue 73

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

Shades of Crimson #DA1B49

Tints of Crimson #DA1B49

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

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

R = 68.55%
G = 8.49%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA1B49 (or 0xDA1B49) is known color: Crimson. HEX triplet: DA, 1B and 49. RGB value is (218,27,73). Sum of RGB (Red+Green+Blue) = 218+27+73=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1B49 is #25E4B6. Grayscale: #595959. Windows color (decimal): -2483383 or 4791258. OLE color: 4791258.

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

Color convert

RGB 218 27 73 -
CMYK 0 0.88 0.67 0.15
HSL 345.55º 0.78% 0.48% -
HSV(B) 345.55º 0.88% 0.85% -
XYZ 30.51 16.17 7.82 -
YUV 89.35 118.78 219.76 -
System Red Green Blue C M Y K H S L
Decimal 218 27 73 0 0.88 0.67 0.15 345.55 0.78 0.48
Hex DA 1B 49 0 58 43 F 15A 4E 30
Octal 332 33 111 0 130 103 17 532 116 60
Binary 11011010 11011 1001001 0 1011000 1000011 1111 101011010 1001110 110000

Color Harmonies of #DA1B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B49

Black with #DA1B49

Text Example


Text Example

White with #DA1B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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