Html Css Color HEX #CD154C Crimson

📋 copy color: '#CD154C'

red 205 ◦ green 21 ◦ blue 76

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

Shades of Crimson #CD154C

Tints of Crimson #CD154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 67.88%
G = 6.95%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD154C (or 0xCD154C) is known color: Crimson. HEX triplet: CD, 15 and 4C. RGB value is (205,21,76). Sum of RGB (Red+Green+Blue) = 205+21+76=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD154C is #32EAB3. Grayscale: #525252. Windows color (decimal): -3336884 or 4986317. OLE color: 4986317.

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

Color convert

RGB 205 21 76 -
CMYK 0 0.90 0.63 0.20
HSL 342.07º 0.81% 0.44% -
HSV(B) 342.07º 0.9% 0.8% -
XYZ 26.75 14.04 8.14 -
YUV 82.29 124.46 215.53 -
System Red Green Blue C M Y K H S L
Decimal 205 21 76 0 0.90 0.63 0.20 342.07 0.81 0.44
Hex CD 15 4C 0 5A 3F 14 156 51 2C
Octal 315 25 114 0 132 77 24 526 121 54
Binary 11001101 10101 1001100 0 1011010 111111 10100 101010110 1010001 101100

Color Harmonies of #CD154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD154C

Black with #CD154C

Text Example


Text Example

White with #CD154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD154C; }

 p { color: rgb(205,21,76); }

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

background-color css

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

 a { background-color: rgb(205,21,76); }

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

border-color css

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

 span { border-color: rgb(205,21,76); }

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