Html Css Color HEX #DC164A Crimson

📋 copy color: '#DC164A'

red 220 ◦ green 22 ◦ blue 74

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

Shades of Crimson #DC164A

Tints of Crimson #DC164A

RGB

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

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

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

R = 69.62%
G = 6.96%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC164A (or 0xDC164A) is known color: Crimson. HEX triplet: DC, 16 and 4A. RGB value is (220,22,74). Sum of RGB (Red+Green+Blue) = 220+22+74=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC164A is #23E9B5. Grayscale: #575757. Windows color (decimal): -2353590 or 4855516. OLE color: 4855516.

HSL color Cylindrical-coordinate representation of color #DC164A: hue angle of 344.24º 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 #DC164A is Cyan = 0, Magento = 0.9, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 74 -
CMYK 0 0.9 0.66 0.14
HSL 344.24º 0.82% 0.47% -
HSV(B) 344.24º 0.9% 0.86% -
XYZ 31.04 16.28 7.99 -
YUV 87.13 120.6 222.77 -
System Red Green Blue C M Y K H S L
Decimal 220 22 74 0 0.9 0.66 0.14 344.24 0.82 0.47
Hex DC 16 4A 0 5A 42 E 158 52 2F
Octal 334 26 112 0 132 102 16 530 122 57
Binary 11011100 10110 1001010 0 1011010 1000010 1110 101011000 1010010 101111

Color Harmonies of #DC164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC164A

Black with #DC164A

Text Example


Text Example

White with #DC164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC164A; }

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

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

background-color css

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

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

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

border-color css

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

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

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