Html Css Color HEX #DA1739 Crimson

📋 copy color: '#DA1739'

red 218 ◦ green 23 ◦ blue 57

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

Shades of Crimson #DA1739

Tints of Crimson #DA1739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.13%

R = 73.15%
G = 7.72%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA1739 (or 0xDA1739) is known color: Crimson. HEX triplet: DA, 17 and 39. RGB value is (218,23,57). Sum of RGB (Red+Green+Blue) = 218+23+57=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1739 is #25E8C6. Grayscale: #555555. Windows color (decimal): -2484423 or 3741658. OLE color: 3741658.

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

Color convert

RGB 218 23 57 -
CMYK 0 0.89 0.74 0.15
HSL 349.54º 0.81% 0.47% -
HSV(B) 349.54º 0.89% 0.85% -
XYZ 29.96 15.81 5.34 -
YUV 85.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 218 23 57 0 0.89 0.74 0.15 349.54 0.81 0.47
Hex DA 17 39 0 59 4A F 15E 51 2F
Octal 332 27 71 0 131 112 17 536 121 57
Binary 11011010 10111 111001 0 1011001 1001010 1111 101011110 1010001 101111

Color Harmonies of #DA1739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1739

Black with #DA1739

Text Example


Text Example

White with #DA1739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1739; }

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

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

background-color css

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

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

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

border-color css

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

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

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