Html Css Color HEX #CC1140 Crimson

📋 copy color: '#CC1140'

red 204 ◦ green 17 ◦ blue 64

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

Shades of Crimson #CC1140

Tints of Crimson #CC1140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 71.58%
G = 5.96%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC1140 (or 0xCC1140) is known color: Crimson. HEX triplet: CC, 11 and 40. RGB value is (204,17,64). Sum of RGB (Red+Green+Blue) = 204+17+64=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1140 is #33EEBF. Grayscale: #4E4E4E. Windows color (decimal): -3403456 or 4198860. OLE color: 4198860.

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

Color convert

RGB 204 17 64 -
CMYK 0 0.92 0.69 0.2
HSL 344.92º 0.85% 0.43% -
HSV(B) 344.92º 0.92% 0.8% -
XYZ 26.03 13.61 6.11 -
YUV 78.27 119.95 217.68 -
System Red Green Blue C M Y K H S L
Decimal 204 17 64 0 0.92 0.69 0.2 344.92 0.85 0.43
Hex CC 11 40 0 5C 45 14 159 55 2B
Octal 314 21 100 0 134 105 24 531 125 53
Binary 11001100 10001 1000000 0 1011100 1000101 10100 101011001 1010101 101011

Color Harmonies of #CC1140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1140

Black with #CC1140

Text Example


Text Example

White with #CC1140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1140; }

 p { color: rgb(204,17,64); }

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

background-color css

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

 a { background-color: rgb(204,17,64); }

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

border-color css

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

 span { border-color: rgb(204,17,64); }

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