Html Css Color HEX #D7174D Crimson

📋 copy color: '#D7174D'

red 215 ◦ green 23 ◦ blue 77

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

Shades of Crimson #D7174D

Tints of Crimson #D7174D

RGB

 RED value IS 215 (84.38% from 255) = 68.25%

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

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

R = 68.25%
G = 7.3%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7174D (or 0xD7174D) is known color: Crimson. HEX triplet: D7, 17 and 4D. RGB value is (215,23,77). Sum of RGB (Red+Green+Blue) = 215+23+77=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D7174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7174D is #28E8B2. Grayscale: #565656. Windows color (decimal): -2681011 or 5052375. OLE color: 5052375.

HSL color Cylindrical-coordinate representation of color #D7174D: hue angle of 343.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7174D is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 23 77 -
CMYK 0 0.89 0.64 0.16
HSL 343.13º 0.81% 0.47% -
HSV(B) 343.13º 0.89% 0.84% -
XYZ 29.67 15.6 8.47 -
YUV 86.56 122.61 219.61 -
System Red Green Blue C M Y K H S L
Decimal 215 23 77 0 0.89 0.64 0.16 343.13 0.81 0.47
Hex D7 17 4D 0 59 40 10 157 51 2F
Octal 327 27 115 0 131 100 20 527 121 57
Binary 11010111 10111 1001101 0 1011001 1000000 10000 101010111 1010001 101111

Color Harmonies of #D7174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7174D

Black with #D7174D

Text Example


Text Example

White with #D7174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7174D; }

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

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

background-color css

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

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

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

border-color css

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

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

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