Html Css Color HEX #DA1640 Crimson

📋 copy color: '#DA1640'

red 218 ◦ green 22 ◦ blue 64

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

Shades of Crimson #DA1640

Tints of Crimson #DA1640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.24%

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 71.71%
G = 7.24%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA1640 (or 0xDA1640) is known color: Crimson. HEX triplet: DA, 16 and 40. RGB value is (218,22,64). Sum of RGB (Red+Green+Blue) = 218+22+64=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1640 is #25E9BF. Grayscale: #555555. Windows color (decimal): -2484672 or 4200154. OLE color: 4200154.

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

Color convert

RGB 218 22 64 -
CMYK 0 0.90 0.71 0.15
HSL 347.14º 0.82% 0.47% -
HSV(B) 347.14º 0.9% 0.85% -
XYZ 30.13 15.85 6.32 -
YUV 85.39 115.93 222.58 -
System Red Green Blue C M Y K H S L
Decimal 218 22 64 0 0.90 0.71 0.15 347.14 0.82 0.47
Hex DA 16 40 0 5A 47 F 15B 52 2F
Octal 332 26 100 0 132 107 17 533 122 57
Binary 11011010 10110 1000000 0 1011010 1000111 1111 101011011 1010010 101111

Color Harmonies of #DA1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1640

Black with #DA1640

Text Example


Text Example

White with #DA1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1640; }

 p { color: rgb(218,22,64); }

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

background-color css

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

 a { background-color: rgb(218,22,64); }

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

border-color css

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

 span { border-color: rgb(218,22,64); }

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