Html Css Color HEX #DC164D Crimson

📋 copy color: '#DC164D'

red 220 ◦ green 22 ◦ blue 77

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

Shades of Crimson #DC164D

Tints of Crimson #DC164D

RGB

 RED value IS 220 (86.33% from 255) = 68.97%

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

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

R = 68.97%
G = 6.9%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC164D (or 0xDC164D) is known color: Crimson. HEX triplet: DC, 16 and 4D. RGB value is (220,22,77). Sum of RGB (Red+Green+Blue) = 220+22+77=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC164D is #23E9B2. Grayscale: #575757. Windows color (decimal): -2353587 or 5052124. OLE color: 5052124.

HSL color Cylindrical-coordinate representation of color #DC164D: hue angle of 343.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC164D is Cyan = 0, Magento = 0.9, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 77 -
CMYK 0 0.9 0.65 0.14
HSL 343.33º 0.82% 0.47% -
HSV(B) 343.33º 0.9% 0.86% -
XYZ 31.14 16.33 8.53 -
YUV 87.47 122.1 222.53 -
System Red Green Blue C M Y K H S L
Decimal 220 22 77 0 0.9 0.65 0.14 343.33 0.82 0.47
Hex DC 16 4D 0 5A 41 E 157 52 2F
Octal 334 26 115 0 132 101 16 527 122 57
Binary 11011100 10110 1001101 0 1011010 1000001 1110 101010111 1010010 101111

Color Harmonies of #DC164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC164D

Black with #DC164D

Text Example


Text Example

White with #DC164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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