Html Css Color HEX #DA174A Crimson

📋 copy color: '#DA174A'

red 218 ◦ green 23 ◦ blue 74

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

Shades of Crimson #DA174A

Tints of Crimson #DA174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 69.21%
G = 7.3%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA174A (or 0xDA174A) is known color: Crimson. HEX triplet: DA, 17 and 4A. RGB value is (218,23,74). Sum of RGB (Red+Green+Blue) = 218+23+74=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA174A is #25E8B5. Grayscale: #575757. Windows color (decimal): -2484406 or 4855770. OLE color: 4855770.

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

Color convert

RGB 218 23 74 -
CMYK 0 0.89 0.66 0.15
HSL 344.31º 0.81% 0.47% -
HSV(B) 344.31º 0.89% 0.85% -
XYZ 30.46 16.01 7.96 -
YUV 87.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 218 23 74 0 0.89 0.66 0.15 344.31 0.81 0.47
Hex DA 17 4A 0 59 42 F 158 51 2F
Octal 332 27 112 0 131 102 17 530 121 57
Binary 11011010 10111 1001010 0 1011001 1000010 1111 101011000 1010001 101111

Color Harmonies of #DA174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA174A

Black with #DA174A

Text Example


Text Example

White with #DA174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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