Html Css Color HEX #CD164D Crimson

📋 copy color: '#CD164D'

red 205 ◦ green 22 ◦ blue 77

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

Shades of Crimson #CD164D

Tints of Crimson #CD164D

RGB

 RED value IS 205 (80.47% from 255) = 67.43%

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

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

R = 67.43%
G = 7.24%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD164D (or 0xCD164D) is known color: Crimson. HEX triplet: CD, 16 and 4D. RGB value is (205,22,77). Sum of RGB (Red+Green+Blue) = 205+22+77=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD164D is #32E9B2. Grayscale: #525252. Windows color (decimal): -3336627 or 5052109. OLE color: 5052109.

HSL color Cylindrical-coordinate representation of color #CD164D: hue angle of 341.97º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD164D is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 22 77 -
CMYK 0 0.89 0.62 0.20
HSL 341.97º 0.81% 0.45% -
HSV(B) 341.97º 0.89% 0.8% -
XYZ 26.8 14.09 8.33 -
YUV 82.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 205 22 77 0 0.89 0.62 0.20 341.97 0.81 0.45
Hex CD 16 4D 0 59 3E 14 156 51 2D
Octal 315 26 115 0 131 76 24 526 121 55
Binary 11001101 10110 1001101 0 1011001 111110 10100 101010110 1010001 101101

Color Harmonies of #CD164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD164D

Black with #CD164D

Text Example


Text Example

White with #CD164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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