Html Css Color HEX #D4174D Crimson

📋 copy color: '#D4174D'

red 212 ◦ green 23 ◦ blue 77

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

Shades of Crimson #D4174D

Tints of Crimson #D4174D

RGB

 RED value IS 212 (83.2% from 255) = 67.95%

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

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

R = 67.95%
G = 7.37%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4174D (or 0xD4174D) is known color: Crimson. HEX triplet: D4, 17 and 4D. RGB value is (212,23,77). Sum of RGB (Red+Green+Blue) = 212+23+77=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4174D is #2BE8B2. Grayscale: #555555. Windows color (decimal): -2877619 or 5052372. OLE color: 5052372.

HSL color Cylindrical-coordinate representation of color #D4174D: hue angle of 342.86º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4174D is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 23 77 -
CMYK 0 0.89 0.64 0.17
HSL 342.86º 0.8% 0.46% -
HSV(B) 342.86º 0.89% 0.83% -
XYZ 28.8 15.15 8.43 -
YUV 85.67 123.12 218.11 -
System Red Green Blue C M Y K H S L
Decimal 212 23 77 0 0.89 0.64 0.17 342.86 0.8 0.46
Hex D4 17 4D 0 59 40 11 157 50 2E
Octal 324 27 115 0 131 100 21 527 120 56
Binary 11010100 10111 1001101 0 1011001 1000000 10001 101010111 1010000 101110

Color Harmonies of #D4174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4174D

Black with #D4174D

Text Example


Text Example

White with #D4174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4174D; }

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

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

background-color css

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

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

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

border-color css

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

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

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