Html Css Color HEX #D4164C Crimson

📋 copy color: '#D4164C'

red 212 ◦ green 22 ◦ blue 76

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

Shades of Crimson #D4164C

Tints of Crimson #D4164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.1%

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 68.39%
G = 7.1%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4164C (or 0xD4164C) is known color: Crimson. HEX triplet: D4, 16 and 4C. RGB value is (212,22,76). Sum of RGB (Red+Green+Blue) = 212+22+76=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D4164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4164C is #2BE9B3. Grayscale: #545454. Windows color (decimal): -2877876 or 4986580. OLE color: 4986580.

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

Color convert

RGB 212 22 76 -
CMYK 0 0.90 0.64 0.17
HSL 342.95º 0.81% 0.46% -
HSV(B) 342.95º 0.9% 0.83% -
XYZ 28.74 15.09 8.24 -
YUV 84.97 122.95 218.61 -
System Red Green Blue C M Y K H S L
Decimal 212 22 76 0 0.90 0.64 0.17 342.95 0.81 0.46
Hex D4 16 4C 0 5A 40 11 157 51 2E
Octal 324 26 114 0 132 100 21 527 121 56
Binary 11010100 10110 1001100 0 1011010 1000000 10001 101010111 1010001 101110

Color Harmonies of #D4164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4164C

Black with #D4164C

Text Example


Text Example

White with #D4164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4164C; }

 p { color: rgb(212,22,76); }

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

background-color css

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

 a { background-color: rgb(212,22,76); }

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

border-color css

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

 span { border-color: rgb(212,22,76); }

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