Html Css Color HEX #CC144D Crimson

📋 copy color: '#CC144D'

red 204 ◦ green 20 ◦ blue 77

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

Shades of Crimson #CC144D

Tints of Crimson #CC144D

RGB

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

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

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

R = 67.77%
G = 6.64%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC144D (or 0xCC144D) is known color: Crimson. HEX triplet: CC, 14 and 4D. RGB value is (204,20,77). Sum of RGB (Red+Green+Blue) = 204+20+77=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC144D is #33EBB2. Grayscale: #515151. Windows color (decimal): -3402675 or 5051596. OLE color: 5051596.

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

Color convert

RGB 204 20 77 -
CMYK 0 0.90 0.62 0.2
HSL 341.41º 0.82% 0.44% -
HSV(B) 341.41º 0.9% 0.8% -
XYZ 26.49 13.87 8.3 -
YUV 81.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 204 20 77 0 0.90 0.62 0.2 341.41 0.82 0.44
Hex CC 14 4D 0 5A 3E 14 155 52 2C
Octal 314 24 115 0 132 76 24 525 122 54
Binary 11001100 10100 1001101 0 1011010 111110 10100 101010101 1010010 101100

Color Harmonies of #CC144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC144D

Black with #CC144D

Text Example


Text Example

White with #CC144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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