Html Css Color HEX #D2164D Crimson

📋 copy color: '#D2164D'

red 210 ◦ green 22 ◦ blue 77

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

Shades of Crimson #D2164D

Tints of Crimson #D2164D

RGB

 RED value IS 210 (82.42% from 255) = 67.96%

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

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

R = 67.96%
G = 7.12%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2164D (or 0xD2164D) is known color: Crimson. HEX triplet: D2, 16 and 4D. RGB value is (210,22,77). Sum of RGB (Red+Green+Blue) = 210+22+77=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2164D is #2DE9B2. Grayscale: #545454. Windows color (decimal): -3008947 or 5052114. OLE color: 5052114.

HSL color Cylindrical-coordinate representation of color #D2164D: hue angle of 342.45º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2164D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 77 -
CMYK 0 0.90 0.63 0.18
HSL 342.45º 0.81% 0.45% -
HSV(B) 342.45º 0.9% 0.82% -
XYZ 28.2 14.81 8.39 -
YUV 84.48 123.78 217.53 -
System Red Green Blue C M Y K H S L
Decimal 210 22 77 0 0.90 0.63 0.18 342.45 0.81 0.45
Hex D2 16 4D 0 5A 3F 12 156 51 2D
Octal 322 26 115 0 132 77 22 526 121 55
Binary 11010010 10110 1001101 0 1011010 111111 10010 101010110 1010001 101101

Color Harmonies of #D2164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2164D

Black with #D2164D

Text Example


Text Example

White with #D2164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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