Html Css Color HEX #D8174A Crimson

📋 copy color: '#D8174A'

red 216 ◦ green 23 ◦ blue 74

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

Shades of Crimson #D8174A

Tints of Crimson #D8174A

RGB

 RED value IS 216 (84.77% from 255) = 69.01%

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

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

R = 69.01%
G = 7.35%
B = 23.64%

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

#D8174A (or 0xD8174A) is known color: Crimson. HEX triplet: D8, 17 and 4A. RGB value is (216,23,74). Sum of RGB (Red+Green+Blue) = 216+23+74=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8174A is #27E8B5. Grayscale: #565656. Windows color (decimal): -2615478 or 4855768. OLE color: 4855768.

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

Color convert

RGB 216 23 74 -
CMYK 0 0.89 0.66 0.15
HSL 344.15º 0.81% 0.47% -
HSV(B) 344.15º 0.89% 0.85% -
XYZ 29.86 15.71 7.94 -
YUV 86.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 216 23 74 0 0.89 0.66 0.15 344.15 0.81 0.47
Hex D8 17 4A 0 59 42 F 158 51 2F
Octal 330 27 112 0 131 102 17 530 121 57
Binary 11011000 10111 1001010 0 1011001 1000010 1111 101011000 1010001 101111

Color Harmonies of #D8174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8174A

Black with #D8174A

Text Example


Text Example

White with #D8174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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