Html Css Color HEX #DA174C Crimson

📋 copy color: '#DA174C'

red 218 ◦ green 23 ◦ blue 76

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

Shades of Crimson #DA174C

Tints of Crimson #DA174C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 68.77%
G = 7.26%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA174C (or 0xDA174C) is known color: Crimson. HEX triplet: DA, 17 and 4C. RGB value is (218,23,76). Sum of RGB (Red+Green+Blue) = 218+23+76=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA174C is #25E8B3. Grayscale: #575757. Windows color (decimal): -2484404 or 4986842. OLE color: 4986842.

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

Color convert

RGB 218 23 76 -
CMYK 0 0.89 0.65 0.15
HSL 343.69º 0.81% 0.47% -
HSV(B) 343.69º 0.89% 0.85% -
XYZ 30.52 16.04 8.32 -
YUV 87.35 121.6 221.19 -
System Red Green Blue C M Y K H S L
Decimal 218 23 76 0 0.89 0.65 0.15 343.69 0.81 0.47
Hex DA 17 4C 0 59 41 F 158 51 2F
Octal 332 27 114 0 131 101 17 530 121 57
Binary 11011010 10111 1001100 0 1011001 1000001 1111 101011000 1010001 101111

Color Harmonies of #DA174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA174C

Black with #DA174C

Text Example


Text Example

White with #DA174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA174C; }

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

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

background-color css

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

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

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

border-color css

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

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

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