Html Css Color HEX #CC0047 Crimson

📋 copy color: '#CC0047'

red 204 ◦ green 0 ◦ blue 71

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

Shades of Crimson #CC0047

Tints of Crimson #CC0047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.82%

R = 74.18%
G = 0%
B = 25.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC0047 (or 0xCC0047) is known color: Crimson. HEX triplet: CC, 00 and 47. RGB value is (204,0,71). Sum of RGB (Red+Green+Blue) = 204+0+71=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0047 is #33FFB8. Grayscale: #454545. Windows color (decimal): -3407801 or 4653260. OLE color: 4653260.

HSL color Cylindrical-coordinate representation of color #CC0047: hue angle of 339.12º 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 #CC0047 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 0 71 -
CMYK 0 1 0.65 0.2
HSL 339.12º 1% 0.4% -
HSV(B) 339.12º 1% 0.8% -
XYZ 26.04 13.29 7.15 -
YUV 69.09 129.09 224.23 -
System Red Green Blue C M Y K H S L
Decimal 204 0 71 0 1 0.65 0.2 339.12 1 0.4
Hex CC 0 47 0 64 41 14 153 64 28
Octal 314 0 107 0 144 101 24 523 144 50
Binary 11001100 0 1000111 0 1100100 1000001 10100 101010011 1100100 101000

Color Harmonies of #CC0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0047

Black with #CC0047

Text Example


Text Example

White with #CC0047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0047; }

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

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

background-color css

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

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

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

border-color css

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

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

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