Html Css Color HEX #CC114D Crimson

📋 copy color: '#CC114D'

red 204 ◦ green 17 ◦ blue 77

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

Shades of Crimson #CC114D

Tints of Crimson #CC114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.84%

R = 68.46%
G = 5.7%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC114D (or 0xCC114D) is known color: Crimson. HEX triplet: CC, 11 and 4D. RGB value is (204,17,77). Sum of RGB (Red+Green+Blue) = 204+17+77=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC114D is #33EEB2. Grayscale: #4F4F4F. Windows color (decimal): -3403443 or 5050828. OLE color: 5050828.

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

Color convert

RGB 204 17 77 -
CMYK 0 0.92 0.62 0.2
HSL 340.75º 0.85% 0.43% -
HSV(B) 340.75º 0.92% 0.8% -
XYZ 26.44 13.77 8.29 -
YUV 79.75 126.45 216.62 -
System Red Green Blue C M Y K H S L
Decimal 204 17 77 0 0.92 0.62 0.2 340.75 0.85 0.43
Hex CC 11 4D 0 5C 3E 14 155 55 2B
Octal 314 21 115 0 134 76 24 525 125 53
Binary 11001100 10001 1001101 0 1011100 111110 10100 101010101 1010101 101011

Color Harmonies of #CC114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC114D

Black with #CC114D

Text Example


Text Example

White with #CC114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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