Html Css Color HEX #DA173C Crimson

📋 copy color: '#DA173C'

red 218 ◦ green 23 ◦ blue 60

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

Shades of Crimson #DA173C

Tints of Crimson #DA173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 72.43%
G = 7.64%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA173C (or 0xDA173C) is known color: Crimson. HEX triplet: DA, 17 and 3C. RGB value is (218,23,60). Sum of RGB (Red+Green+Blue) = 218+23+60=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA173C is #25E8C3. Grayscale: #555555. Windows color (decimal): -2484420 or 3938266. OLE color: 3938266.

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

Color convert

RGB 218 23 60 -
CMYK 0 0.89 0.72 0.15
HSL 348.62º 0.81% 0.47% -
HSV(B) 348.62º 0.89% 0.85% -
XYZ 30.04 15.84 5.75 -
YUV 85.52 113.6 222.49 -
System Red Green Blue C M Y K H S L
Decimal 218 23 60 0 0.89 0.72 0.15 348.62 0.81 0.47
Hex DA 17 3C 0 59 48 F 15D 51 2F
Octal 332 27 74 0 131 110 17 535 121 57
Binary 11011010 10111 111100 0 1011001 1001000 1111 101011101 1010001 101111

Color Harmonies of #DA173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA173C

Black with #DA173C

Text Example


Text Example

White with #DA173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA173C; }

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

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

background-color css

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

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

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

border-color css

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

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

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