Html Css Color HEX #CD154D Crimson

📋 copy color: '#CD154D'

red 205 ◦ green 21 ◦ blue 77

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

Shades of Crimson #CD154D

Tints of Crimson #CD154D

RGB

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

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

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

R = 67.66%
G = 6.93%
B = 25.41%

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

#CD154D (or 0xCD154D) is known color: Crimson. HEX triplet: CD, 15 and 4D. RGB value is (205,21,77). Sum of RGB (Red+Green+Blue) = 205+21+77=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD154D is #32EAB2. Grayscale: #525252. Windows color (decimal): -3336883 or 5051853. OLE color: 5051853.

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

Color convert

RGB 205 21 77 -
CMYK 0 0.90 0.62 0.20
HSL 341.74º 0.81% 0.44% -
HSV(B) 341.74º 0.9% 0.8% -
XYZ 26.78 14.05 8.32 -
YUV 82.4 124.96 215.45 -
System Red Green Blue C M Y K H S L
Decimal 205 21 77 0 0.90 0.62 0.20 341.74 0.81 0.44
Hex CD 15 4D 0 5A 3E 14 156 51 2C
Octal 315 25 115 0 132 76 24 526 121 54
Binary 11001101 10101 1001101 0 1011010 111110 10100 101010110 1010001 101100

Color Harmonies of #CD154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD154D

Black with #CD154D

Text Example


Text Example

White with #CD154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD154D; }

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

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

background-color css

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

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

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

border-color css

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

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

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