Html Css Color HEX #CD154E Crimson

📋 copy color: '#CD154E'

red 205 ◦ green 21 ◦ blue 78

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

Shades of Crimson #CD154E

Tints of Crimson #CD154E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.66%

R = 67.43%
G = 6.91%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD154E (or 0xCD154E) is known color: Crimson. HEX triplet: CD, 15 and 4E. RGB value is (205,21,78). Sum of RGB (Red+Green+Blue) = 205+21+78=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD154E is #32EAB1. Grayscale: #525252. Windows color (decimal): -3336882 or 5117389. OLE color: 5117389.

HSL color Cylindrical-coordinate representation of color #CD154E: hue angle of 341.41º 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 #CD154E is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 78 -
CMYK 0 0.90 0.62 0.20
HSL 341.41º 0.81% 0.44% -
HSV(B) 341.41º 0.9% 0.8% -
XYZ 26.82 14.07 8.51 -
YUV 82.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 205 21 78 0 0.90 0.62 0.20 341.41 0.81 0.44
Hex CD 15 4E 0 5A 3E 14 155 51 2C
Octal 315 25 116 0 132 76 24 525 121 54
Binary 11001101 10101 1001110 0 1011010 111110 10100 101010101 1010001 101100

Color Harmonies of #CD154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD154E

Black with #CD154E

Text Example


Text Example

White with #CD154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD154E; }

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

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

background-color css

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

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

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

border-color css

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

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

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