Html Css Color HEX #DA1447 Crimson

📋 copy color: '#DA1447'

red 218 ◦ green 20 ◦ blue 71

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

Shades of Crimson #DA1447

Tints of Crimson #DA1447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.47%

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

R = 70.55%
G = 6.47%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA1447 (or 0xDA1447) is known color: Crimson. HEX triplet: DA, 14 and 47. RGB value is (218,20,71). Sum of RGB (Red+Green+Blue) = 218+20+71=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1447 is #25EBB8. Grayscale: #555555. Windows color (decimal): -2485177 or 4658394. OLE color: 4658394.

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

Color convert

RGB 218 20 71 -
CMYK 0 0.91 0.67 0.15
HSL 344.55º 0.83% 0.47% -
HSV(B) 344.55º 0.91% 0.85% -
XYZ 30.3 15.86 7.43 -
YUV 85.02 120.1 222.85 -
System Red Green Blue C M Y K H S L
Decimal 218 20 71 0 0.91 0.67 0.15 344.55 0.83 0.47
Hex DA 14 47 0 5B 43 F 159 53 2F
Octal 332 24 107 0 133 103 17 531 123 57
Binary 11011010 10100 1000111 0 1011011 1000011 1111 101011001 1010011 101111

Color Harmonies of #DA1447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1447

Black with #DA1447

Text Example


Text Example

White with #DA1447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1447; }

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

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

background-color css

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

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

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

border-color css

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

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

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