Html Css Color HEX #DA174D Crimson

📋 copy color: '#DA174D'

red 218 ◦ green 23 ◦ blue 77

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

Shades of Crimson #DA174D

Tints of Crimson #DA174D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 68.55%
G = 7.23%
B = 24.21%

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

#DA174D (or 0xDA174D) is known color: Crimson. HEX triplet: DA, 17 and 4D. RGB value is (218,23,77). Sum of RGB (Red+Green+Blue) = 218+23+77=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA174D is #25E8B2. Grayscale: #575757. Windows color (decimal): -2484403 or 5052378. OLE color: 5052378.

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

Color convert

RGB 218 23 77 -
CMYK 0 0.89 0.65 0.15
HSL 343.38º 0.81% 0.47% -
HSV(B) 343.38º 0.89% 0.85% -
XYZ 30.56 16.05 8.51 -
YUV 87.46 122.1 221.11 -
System Red Green Blue C M Y K H S L
Decimal 218 23 77 0 0.89 0.65 0.15 343.38 0.81 0.47
Hex DA 17 4D 0 59 41 F 157 51 2F
Octal 332 27 115 0 131 101 17 527 121 57
Binary 11011010 10111 1001101 0 1011001 1000001 1111 101010111 1010001 101111

Color Harmonies of #DA174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA174D

Black with #DA174D

Text Example


Text Example

White with #DA174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA174D; }

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

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

background-color css

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

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

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

border-color css

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

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

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