Html Css Color HEX #CC144C Crimson

📋 copy color: '#CC144C'

red 204 ◦ green 20 ◦ blue 76

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

Shades of Crimson #CC144C

Tints of Crimson #CC144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.67%

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 68%
G = 6.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC144C (or 0xCC144C) is known color: Crimson. HEX triplet: CC, 14 and 4C. RGB value is (204,20,76). Sum of RGB (Red+Green+Blue) = 204+20+76=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC144C is #33EBB3. Grayscale: #515151. Windows color (decimal): -3402676 or 4986060. OLE color: 4986060.

HSL color Cylindrical-coordinate representation of color #CC144C: hue angle of 341.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC144C is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 76 -
CMYK 0 0.90 0.63 0.2
HSL 341.74º 0.82% 0.44% -
HSV(B) 341.74º 0.9% 0.8% -
XYZ 26.46 13.86 8.12 -
YUV 81.4 124.96 215.45 -
System Red Green Blue C M Y K H S L
Decimal 204 20 76 0 0.90 0.63 0.2 341.74 0.82 0.44
Hex CC 14 4C 0 5A 3F 14 156 52 2C
Octal 314 24 114 0 132 77 24 526 122 54
Binary 11001100 10100 1001100 0 1011010 111111 10100 101010110 1010010 101100

Color Harmonies of #CC144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC144C

Black with #CC144C

Text Example


Text Example

White with #CC144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC144C; }

 p { color: rgb(204,20,76); }

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

background-color css

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

 a { background-color: rgb(204,20,76); }

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

border-color css

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

 span { border-color: rgb(204,20,76); }

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