Html Css Color HEX #DA1546 Crimson

📋 copy color: '#DA1546'

red 218 ◦ green 21 ◦ blue 70

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

Shades of Crimson #DA1546

Tints of Crimson #DA1546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.8%

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 70.55%
G = 6.8%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA1546 (or 0xDA1546) is known color: Crimson. HEX triplet: DA, 15 and 46. RGB value is (218,21,70). Sum of RGB (Red+Green+Blue) = 218+21+70=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1546 is #25EAB9. Grayscale: #555555. Windows color (decimal): -2484922 or 4593114. OLE color: 4593114.

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

Color convert

RGB 218 21 70 -
CMYK 0 0.90 0.68 0.15
HSL 345.08º 0.82% 0.47% -
HSV(B) 345.08º 0.9% 0.85% -
XYZ 30.29 15.88 7.26 -
YUV 85.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 218 21 70 0 0.90 0.68 0.15 345.08 0.82 0.47
Hex DA 15 46 0 5A 44 F 159 52 2F
Octal 332 25 106 0 132 104 17 531 122 57
Binary 11011010 10101 1000110 0 1011010 1000100 1111 101011001 1010010 101111

Color Harmonies of #DA1546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1546

Black with #DA1546

Text Example


Text Example

White with #DA1546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1546; }

 p { color: rgb(218,21,70); }

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

background-color css

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

 a { background-color: rgb(218,21,70); }

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

border-color css

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

 span { border-color: rgb(218,21,70); }

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