Html Css Color HEX #CC1247 Crimson

📋 copy color: '#CC1247'

red 204 ◦ green 18 ◦ blue 71

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

Shades of Crimson #CC1247

Tints of Crimson #CC1247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

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

R = 69.62%
G = 6.14%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC1247 (or 0xCC1247) is known color: Crimson. HEX triplet: CC, 12 and 47. RGB value is (204,18,71). Sum of RGB (Red+Green+Blue) = 204+18+71=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1247 is #33EDB8. Grayscale: #4F4F4F. Windows color (decimal): -3403193 or 4657868. OLE color: 4657868.

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

Color convert

RGB 204 18 71 -
CMYK 0 0.91 0.65 0.2
HSL 342.9º 0.84% 0.44% -
HSV(B) 342.9º 0.91% 0.8% -
XYZ 26.26 13.72 7.23 -
YUV 79.66 123.12 216.69 -
System Red Green Blue C M Y K H S L
Decimal 204 18 71 0 0.91 0.65 0.2 342.9 0.84 0.44
Hex CC 12 47 0 5B 41 14 157 54 2C
Octal 314 22 107 0 133 101 24 527 124 54
Binary 11001100 10010 1000111 0 1011011 1000001 10100 101010111 1010100 101100

Color Harmonies of #CC1247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1247

Black with #CC1247

Text Example


Text Example

White with #CC1247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1247; }

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

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

background-color css

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

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

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

border-color css

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

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

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