Html Css Color HEX #CC1145 Crimson

📋 copy color: '#CC1145'

red 204 ◦ green 17 ◦ blue 69

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

Shades of Crimson #CC1145

Tints of Crimson #CC1145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.79%

R = 70.34%
G = 5.86%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC1145 (or 0xCC1145) is known color: Crimson. HEX triplet: CC, 11 and 45. RGB value is (204,17,69). Sum of RGB (Red+Green+Blue) = 204+17+69=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1145 is #33EEBA. Grayscale: #4E4E4E. Windows color (decimal): -3403451 or 4526540. OLE color: 4526540.

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

Color convert

RGB 204 17 69 -
CMYK 0 0.92 0.66 0.2
HSL 343.32º 0.85% 0.43% -
HSV(B) 343.32º 0.92% 0.8% -
XYZ 26.18 13.67 6.89 -
YUV 78.84 122.45 217.27 -
System Red Green Blue C M Y K H S L
Decimal 204 17 69 0 0.92 0.66 0.2 343.32 0.85 0.43
Hex CC 11 45 0 5C 42 14 157 55 2B
Octal 314 21 105 0 134 102 24 527 125 53
Binary 11001100 10001 1000101 0 1011100 1000010 10100 101010111 1010101 101011

Color Harmonies of #CC1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1145

Black with #CC1145

Text Example


Text Example

White with #CC1145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1145; }

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

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

background-color css

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

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

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

border-color css

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

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

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