Html Css Color HEX #CC0049 Crimson

📋 copy color: '#CC0049'

red 204 ◦ green 0 ◦ blue 73

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

Shades of Crimson #CC0049

Tints of Crimson #CC0049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.65%
G = 0%
B = 26.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC0049 (or 0xCC0049) is known color: Crimson. HEX triplet: CC, 00 and 49. RGB value is (204,0,73). Sum of RGB (Red+Green+Blue) = 204+0+73=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0049 is #33FFB6. Grayscale: #454545. Windows color (decimal): -3407799 or 4784332. OLE color: 4784332.

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

Color convert

RGB 204 0 73 -
CMYK 0 1 0.64 0.2
HSL 338.53º 1% 0.4% -
HSV(B) 338.53º 1% 0.8% -
XYZ 26.1 13.32 7.5 -
YUV 69.32 130.09 224.06 -
System Red Green Blue C M Y K H S L
Decimal 204 0 73 0 1 0.64 0.2 338.53 1 0.4
Hex CC 0 49 0 64 40 14 153 64 28
Octal 314 0 111 0 144 100 24 523 144 50
Binary 11001100 0 1001001 0 1100100 1000000 10100 101010011 1100100 101000

Color Harmonies of #CC0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0049

Black with #CC0049

Text Example


Text Example

White with #CC0049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0049; }

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

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

background-color css

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

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

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

border-color css

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

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

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