Html Css Color HEX #DA1547 Crimson

📋 copy color: '#DA1547'

red 218 ◦ green 21 ◦ blue 71

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

Shades of Crimson #DA1547

Tints of Crimson #DA1547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.9%

R = 70.32%
G = 6.77%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA1547 (or 0xDA1547) is known color: Crimson. HEX triplet: DA, 15 and 47. RGB value is (218,21,71). Sum of RGB (Red+Green+Blue) = 218+21+71=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1547 is #25EAB8. Grayscale: #555555. Windows color (decimal): -2484921 or 4658650. OLE color: 4658650.

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

Color convert

RGB 218 21 71 -
CMYK 0 0.90 0.67 0.15
HSL 344.77º 0.82% 0.47% -
HSV(B) 344.77º 0.9% 0.85% -
XYZ 30.32 15.9 7.43 -
YUV 85.6 119.77 222.43 -
System Red Green Blue C M Y K H S L
Decimal 218 21 71 0 0.90 0.67 0.15 344.77 0.82 0.47
Hex DA 15 47 0 5A 43 F 159 52 2F
Octal 332 25 107 0 132 103 17 531 122 57
Binary 11011010 10101 1000111 0 1011010 1000011 1111 101011001 1010010 101111

Color Harmonies of #DA1547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1547

Black with #DA1547

Text Example


Text Example

White with #DA1547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1547; }

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

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

background-color css

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

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

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

border-color css

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

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

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