Html Css Color HEX #DA1040 Crimson

📋 copy color: '#DA1040'

red 218 ◦ green 16 ◦ blue 64

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

Shades of Crimson #DA1040

Tints of Crimson #DA1040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

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

R = 73.15%
G = 5.37%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA1040 (or 0xDA1040) is known color: Crimson. HEX triplet: DA, 10 and 40. RGB value is (218,16,64). Sum of RGB (Red+Green+Blue) = 218+16+64=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1040 is #25EFBF. Grayscale: #515151. Windows color (decimal): -2486208 or 4198618. OLE color: 4198618.

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

Color convert

RGB 218 16 64 -
CMYK 0 0.93 0.71 0.15
HSL 345.74º 0.86% 0.46% -
HSV(B) 345.74º 0.93% 0.85% -
XYZ 30.02 15.65 6.29 -
YUV 81.87 117.92 225.1 -
System Red Green Blue C M Y K H S L
Decimal 218 16 64 0 0.93 0.71 0.15 345.74 0.86 0.46
Hex DA 10 40 0 5D 47 F 15A 56 2E
Octal 332 20 100 0 135 107 17 532 126 56
Binary 11011010 10000 1000000 0 1011101 1000111 1111 101011010 1010110 101110

Color Harmonies of #DA1040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1040

Black with #DA1040

Text Example


Text Example

White with #DA1040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1040; }

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

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

background-color css

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

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

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

border-color css

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

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

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