Html Css Color HEX #CC0247 Crimson

📋 copy color: '#CC0247'

red 204 ◦ green 2 ◦ blue 71

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

Shades of Crimson #CC0247

Tints of Crimson #CC0247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 73.65%
G = 0.72%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC0247 (or 0xCC0247) is known color: Crimson. HEX triplet: CC, 02 and 47. RGB value is (204,2,71). Sum of RGB (Red+Green+Blue) = 204+2+71=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0247 is #33FDB8. Grayscale: #464646. Windows color (decimal): -3407289 or 4653772. OLE color: 4653772.

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

Color convert

RGB 204 2 71 -
CMYK 0 0.99 0.65 0.2
HSL 339.5º 0.98% 0.4% -
HSV(B) 339.5º 0.99% 0.8% -
XYZ 26.06 13.34 7.16 -
YUV 70.26 128.42 223.39 -
System Red Green Blue C M Y K H S L
Decimal 204 2 71 0 0.99 0.65 0.2 339.5 0.98 0.4
Hex CC 2 47 0 63 41 14 154 62 28
Octal 314 2 107 0 143 101 24 524 142 50
Binary 11001100 10 1000111 0 1100011 1000001 10100 101010100 1100010 101000

Color Harmonies of #CC0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0247

Black with #CC0247

Text Example


Text Example

White with #CC0247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0247; }

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

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

background-color css

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

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

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

border-color css

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

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

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