Html Css Color HEX #D4174A Crimson

📋 copy color: '#D4174A'

red 212 ◦ green 23 ◦ blue 74

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

Shades of Crimson #D4174A

Tints of Crimson #D4174A

RGB

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

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

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

R = 68.61%
G = 7.44%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4174A (or 0xD4174A) is known color: Crimson. HEX triplet: D4, 17 and 4A. RGB value is (212,23,74). Sum of RGB (Red+Green+Blue) = 212+23+74=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D4174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4174A is #2BE8B5. Grayscale: #555555. Windows color (decimal): -2877622 or 4855764. OLE color: 4855764.

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

Color convert

RGB 212 23 74 -
CMYK 0 0.89 0.65 0.17
HSL 343.81º 0.8% 0.46% -
HSV(B) 343.81º 0.89% 0.83% -
XYZ 28.69 15.1 7.88 -
YUV 85.33 121.62 218.35 -
System Red Green Blue C M Y K H S L
Decimal 212 23 74 0 0.89 0.65 0.17 343.81 0.8 0.46
Hex D4 17 4A 0 59 41 11 158 50 2E
Octal 324 27 112 0 131 101 21 530 120 56
Binary 11010100 10111 1001010 0 1011001 1000001 10001 101011000 1010000 101110

Color Harmonies of #D4174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4174A

Black with #D4174A

Text Example


Text Example

White with #D4174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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