Html Css Color HEX #CC0947 Crimson

📋 copy color: '#CC0947'

red 204 ◦ green 9 ◦ blue 71

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

Shades of Crimson #CC0947

Tints of Crimson #CC0947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

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

R = 71.83%
G = 3.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC0947 (or 0xCC0947) is known color: Crimson. HEX triplet: CC, 09 and 47. RGB value is (204,9,71). Sum of RGB (Red+Green+Blue) = 204+9+71=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0947 is #33F6B8. Grayscale: #4A4A4A. Windows color (decimal): -3405497 or 4655564. OLE color: 4655564.

HSL color Cylindrical-coordinate representation of color #CC0947: hue angle of 340.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0947 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 9 71 -
CMYK 0 0.96 0.65 0.2
HSL 340.92º 0.92% 0.42% -
HSV(B) 340.92º 0.96% 0.8% -
XYZ 26.14 13.49 7.19 -
YUV 74.37 126.1 220.46 -
System Red Green Blue C M Y K H S L
Decimal 204 9 71 0 0.96 0.65 0.2 340.92 0.92 0.42
Hex CC 9 47 0 60 41 14 155 5C 2A
Octal 314 11 107 0 140 101 24 525 134 52
Binary 11001100 1001 1000111 0 1100000 1000001 10100 101010101 1011100 101010

Color Harmonies of #CC0947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0947

Black with #CC0947

Text Example


Text Example

White with #CC0947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0947; }

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

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

background-color css

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

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

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

border-color css

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

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

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