Html Css Color HEX #DA2040 Crimson

📋 copy color: '#DA2040'

red 218 ◦ green 32 ◦ blue 64

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

Shades of Crimson #DA2040

Tints of Crimson #DA2040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.19%

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

R = 69.43%
G = 10.19%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA2040 (or 0xDA2040) is known color: Crimson. HEX triplet: DA, 20 and 40. RGB value is (218,32,64). Sum of RGB (Red+Green+Blue) = 218+32+64=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2040 is #25DFBF. Grayscale: #5B5B5B. Windows color (decimal): -2482112 or 4202714. OLE color: 4202714.

HSL color Cylindrical-coordinate representation of color #DA2040: hue angle of 349.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2040 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 64 -
CMYK 0 0.85 0.71 0.15
HSL 349.68º 0.74% 0.49% -
HSV(B) 349.68º 0.85% 0.85% -
XYZ 30.36 16.31 6.4 -
YUV 91.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 218 32 64 0 0.85 0.71 0.15 349.68 0.74 0.49
Hex DA 20 40 0 55 47 F 15E 4A 31
Octal 332 40 100 0 125 107 17 536 112 61
Binary 11011010 100000 1000000 0 1010101 1000111 1111 101011110 1001010 110001

Color Harmonies of #DA2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2040

Black with #DA2040

Text Example


Text Example

White with #DA2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2040; }

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

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

background-color css

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

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

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

border-color css

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

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

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