Html Css Color HEX #CC114B Crimson

📋 copy color: '#CC114B'

red 204 ◦ green 17 ◦ blue 75

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

Shades of Crimson #CC114B

Tints of Crimson #CC114B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 68.92%
G = 5.74%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC114B (or 0xCC114B) is known color: Crimson. HEX triplet: CC, 11 and 4B. RGB value is (204,17,75). Sum of RGB (Red+Green+Blue) = 204+17+75=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC114B is #33EEB4. Grayscale: #4F4F4F. Windows color (decimal): -3403445 or 4919756. OLE color: 4919756.

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

Color convert

RGB 204 17 75 -
CMYK 0 0.92 0.63 0.2
HSL 341.39º 0.85% 0.43% -
HSV(B) 341.39º 0.92% 0.8% -
XYZ 26.37 13.75 7.92 -
YUV 79.53 125.45 216.78 -
System Red Green Blue C M Y K H S L
Decimal 204 17 75 0 0.92 0.63 0.2 341.39 0.85 0.43
Hex CC 11 4B 0 5C 3F 14 155 55 2B
Octal 314 21 113 0 134 77 24 525 125 53
Binary 11001100 10001 1001011 0 1011100 111111 10100 101010101 1010101 101011

Color Harmonies of #CC114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC114B

Black with #CC114B

Text Example


Text Example

White with #CC114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC114B; }

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

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

background-color css

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

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

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

border-color css

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

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

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