Html Css Color HEX #CC1048 Crimson

📋 copy color: '#CC1048'

red 204 ◦ green 16 ◦ blue 72

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

Shades of Crimson #CC1048

Tints of Crimson #CC1048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

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

R = 69.86%
G = 5.48%
B = 24.66%

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

#CC1048 (or 0xCC1048) is known color: Crimson. HEX triplet: CC, 10 and 48. RGB value is (204,16,72). Sum of RGB (Red+Green+Blue) = 204+16+72=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1048 is #33EFB7. Grayscale: #4E4E4E. Windows color (decimal): -3403704 or 4722892. OLE color: 4722892.

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

Color convert

RGB 204 16 72 -
CMYK 0 0.92 0.65 0.2
HSL 342.13º 0.85% 0.43% -
HSV(B) 342.13º 0.92% 0.8% -
XYZ 26.26 13.68 7.39 -
YUV 78.6 124.28 217.45 -
System Red Green Blue C M Y K H S L
Decimal 204 16 72 0 0.92 0.65 0.2 342.13 0.85 0.43
Hex CC 10 48 0 5C 41 14 156 55 2B
Octal 314 20 110 0 134 101 24 526 125 53
Binary 11001100 10000 1001000 0 1011100 1000001 10100 101010110 1010101 101011

Color Harmonies of #CC1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1048

Black with #CC1048

Text Example


Text Example

White with #CC1048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1048; }

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

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

background-color css

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

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

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

border-color css

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

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

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