Html Css Color HEX #DA1740 Crimson

📋 copy color: '#DA1740'

red 218 ◦ green 23 ◦ blue 64

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

Shades of Crimson #DA1740

Tints of Crimson #DA1740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.54%

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

R = 71.48%
G = 7.54%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA1740 (or 0xDA1740) is known color: Crimson. HEX triplet: DA, 17 and 40. RGB value is (218,23,64). Sum of RGB (Red+Green+Blue) = 218+23+64=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1740 is #25E8BF. Grayscale: #565656. Windows color (decimal): -2484416 or 4200410. OLE color: 4200410.

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

Color convert

RGB 218 23 64 -
CMYK 0 0.89 0.71 0.15
HSL 347.38º 0.81% 0.47% -
HSV(B) 347.38º 0.89% 0.85% -
XYZ 30.15 15.89 6.33 -
YUV 85.98 115.6 222.17 -
System Red Green Blue C M Y K H S L
Decimal 218 23 64 0 0.89 0.71 0.15 347.38 0.81 0.47
Hex DA 17 40 0 59 47 F 15B 51 2F
Octal 332 27 100 0 131 107 17 533 121 57
Binary 11011010 10111 1000000 0 1011001 1000111 1111 101011011 1010001 101111

Color Harmonies of #DA1740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1740

Black with #DA1740

Text Example


Text Example

White with #DA1740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1740; }

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

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

background-color css

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

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

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

border-color css

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

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

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