Html Css Color HEX #DA173B Crimson

📋 copy color: '#DA173B'

red 218 ◦ green 23 ◦ blue 59

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

Shades of Crimson #DA173B

Tints of Crimson #DA173B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 72.67%
G = 7.67%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA173B (or 0xDA173B) is known color: Crimson. HEX triplet: DA, 17 and 3B. RGB value is (218,23,59). Sum of RGB (Red+Green+Blue) = 218+23+59=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA173B is #25E8C4. Grayscale: #555555. Windows color (decimal): -2484421 or 3872730. OLE color: 3872730.

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

Color convert

RGB 218 23 59 -
CMYK 0 0.89 0.73 0.15
HSL 348.92º 0.81% 0.47% -
HSV(B) 348.92º 0.89% 0.85% -
XYZ 30.01 15.83 5.61 -
YUV 85.41 113.1 222.57 -
System Red Green Blue C M Y K H S L
Decimal 218 23 59 0 0.89 0.73 0.15 348.92 0.81 0.47
Hex DA 17 3B 0 59 49 F 15D 51 2F
Octal 332 27 73 0 131 111 17 535 121 57
Binary 11011010 10111 111011 0 1011001 1001001 1111 101011101 1010001 101111

Color Harmonies of #DA173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA173B

Black with #DA173B

Text Example


Text Example

White with #DA173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA173B; }

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

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

background-color css

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

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

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

border-color css

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

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

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