Html Css Color HEX #CC0447 Crimson

📋 copy color: '#CC0447'

red 204 ◦ green 4 ◦ blue 71

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

Shades of Crimson #CC0447

Tints of Crimson #CC0447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 73.12%
G = 1.43%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC0447 (or 0xCC0447) is known color: Crimson. HEX triplet: CC, 04 and 47. RGB value is (204,4,71). Sum of RGB (Red+Green+Blue) = 204+4+71=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0447 is #33FBB8. Grayscale: #474747. Windows color (decimal): -3406777 or 4654284. OLE color: 4654284.

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

Color convert

RGB 204 4 71 -
CMYK 0 0.98 0.65 0.2
HSL 339.9º 0.96% 0.41% -
HSV(B) 339.9º 0.98% 0.8% -
XYZ 26.08 13.38 7.17 -
YUV 71.44 127.76 222.55 -
System Red Green Blue C M Y K H S L
Decimal 204 4 71 0 0.98 0.65 0.2 339.9 0.96 0.41
Hex CC 4 47 0 62 41 14 154 60 29
Octal 314 4 107 0 142 101 24 524 140 51
Binary 11001100 100 1000111 0 1100010 1000001 10100 101010100 1100000 101001

Color Harmonies of #CC0447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0447

Black with #CC0447

Text Example


Text Example

White with #CC0447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0447; }

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

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

background-color css

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

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

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

border-color css

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

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

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