Html Css Color HEX #CC1148 Crimson

📋 copy color: '#CC1148'

red 204 ◦ green 17 ◦ blue 72

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

Shades of Crimson #CC1148

Tints of Crimson #CC1148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.57%

R = 69.62%
G = 5.8%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC1148 (or 0xCC1148) is known color: Crimson. HEX triplet: CC, 11 and 48. RGB value is (204,17,72). Sum of RGB (Red+Green+Blue) = 204+17+72=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1148 is #33EEB7. Grayscale: #4F4F4F. Windows color (decimal): -3403448 or 4723148. OLE color: 4723148.

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

Color convert

RGB 204 17 72 -
CMYK 0 0.92 0.65 0.2
HSL 342.35º 0.85% 0.43% -
HSV(B) 342.35º 0.92% 0.8% -
XYZ 26.27 13.71 7.39 -
YUV 79.18 123.95 217.03 -
System Red Green Blue C M Y K H S L
Decimal 204 17 72 0 0.92 0.65 0.2 342.35 0.85 0.43
Hex CC 11 48 0 5C 41 14 156 55 2B
Octal 314 21 110 0 134 101 24 526 125 53
Binary 11001100 10001 1001000 0 1011100 1000001 10100 101010110 1010101 101011

Color Harmonies of #CC1148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1148

Black with #CC1148

Text Example


Text Example

White with #CC1148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1148; }

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

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

background-color css

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

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

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

border-color css

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

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

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