Html Css Color HEX #CC0549 Crimson

📋 copy color: '#CC0549'

red 204 ◦ green 5 ◦ blue 73

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

Shades of Crimson #CC0549

Tints of Crimson #CC0549

RGB

 RED value IS 204 (80.08% from 255) = 72.34%

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 73 (28.91% from 255) = 25.89%

R = 72.34%
G = 1.77%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC0549 (or 0xCC0549) is known color: Crimson. HEX triplet: CC, 05 and 49. RGB value is (204,5,73). Sum of RGB (Red+Green+Blue) = 204+5+73=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0549 is #33FAB6. Grayscale: #484848. Windows color (decimal): -3406519 or 4785612. OLE color: 4785612.

HSL color Cylindrical-coordinate representation of color #CC0549: hue angle of 339.5º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0549 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 5 73 -
CMYK 0 0.98 0.64 0.2
HSL 339.5º 0.95% 0.41% -
HSV(B) 339.5º 0.98% 0.8% -
XYZ 26.16 13.43 7.52 -
YUV 72.25 128.43 221.97 -
System Red Green Blue C M Y K H S L
Decimal 204 5 73 0 0.98 0.64 0.2 339.5 0.95 0.41
Hex CC 5 49 0 62 40 14 153 5F 29
Octal 314 5 111 0 142 100 24 523 137 51
Binary 11001100 101 1001001 0 1100010 1000000 10100 101010011 1011111 101001

Color Harmonies of #CC0549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0549

Black with #CC0549

Text Example


Text Example

White with #CC0549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0549; }

 p { color: rgb(204,5,73); }

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

background-color css

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

 a { background-color: rgb(204,5,73); }

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

border-color css

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

 span { border-color: rgb(204,5,73); }

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