Html Css Color HEX #CD154A Crimson

📋 copy color: '#CD154A'

red 205 ◦ green 21 ◦ blue 74

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

Shades of Crimson #CD154A

Tints of Crimson #CD154A

RGB

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

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

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

R = 68.33%
G = 7%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD154A (or 0xCD154A) is known color: Crimson. HEX triplet: CD, 15 and 4A. RGB value is (205,21,74). Sum of RGB (Red+Green+Blue) = 205+21+74=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD154A is #32EAB5. Grayscale: #525252. Windows color (decimal): -3336886 or 4855245. OLE color: 4855245.

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

Color convert

RGB 205 21 74 -
CMYK 0 0.90 0.64 0.20
HSL 342.72º 0.81% 0.44% -
HSV(B) 342.72º 0.9% 0.8% -
XYZ 26.68 14.01 7.78 -
YUV 82.06 123.46 215.69 -
System Red Green Blue C M Y K H S L
Decimal 205 21 74 0 0.90 0.64 0.20 342.72 0.81 0.44
Hex CD 15 4A 0 5A 40 14 157 51 2C
Octal 315 25 112 0 132 100 24 527 121 54
Binary 11001101 10101 1001010 0 1011010 1000000 10100 101010111 1010001 101100

Color Harmonies of #CD154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD154A

Black with #CD154A

Text Example


Text Example

White with #CD154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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