Html Css Color HEX #D4164D Crimson

📋 copy color: '#D4164D'

red 212 ◦ green 22 ◦ blue 77

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

Shades of Crimson #D4164D

Tints of Crimson #D4164D

RGB

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

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

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

R = 68.17%
G = 7.07%
B = 24.76%

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

#D4164D (or 0xD4164D) is known color: Crimson. HEX triplet: D4, 16 and 4D. RGB value is (212,22,77). Sum of RGB (Red+Green+Blue) = 212+22+77=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4164D is #2BE9B2. Grayscale: #555555. Windows color (decimal): -2877875 or 5052116. OLE color: 5052116.

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

Color convert

RGB 212 22 77 -
CMYK 0 0.90 0.64 0.17
HSL 342.63º 0.81% 0.46% -
HSV(B) 342.63º 0.9% 0.83% -
XYZ 28.78 15.11 8.42 -
YUV 85.08 123.45 218.53 -
System Red Green Blue C M Y K H S L
Decimal 212 22 77 0 0.90 0.64 0.17 342.63 0.81 0.46
Hex D4 16 4D 0 5A 40 11 157 51 2E
Octal 324 26 115 0 132 100 21 527 121 56
Binary 11010100 10110 1001101 0 1011010 1000000 10001 101010111 1010001 101110

Color Harmonies of #D4164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4164D

Black with #D4164D

Text Example


Text Example

White with #D4164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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