Html Css Color HEX #CC144A Crimson

📋 copy color: '#CC144A'

red 204 ◦ green 20 ◦ blue 74

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

Shades of Crimson #CC144A

Tints of Crimson #CC144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 68.46%
G = 6.71%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC144A (or 0xCC144A) is known color: Crimson. HEX triplet: CC, 14 and 4A. RGB value is (204,20,74). Sum of RGB (Red+Green+Blue) = 204+20+74=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC144A is #33EBB5. Grayscale: #515151. Windows color (decimal): -3402678 or 4854988. OLE color: 4854988.

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

Color convert

RGB 204 20 74 -
CMYK 0 0.90 0.64 0.2
HSL 342.39º 0.82% 0.44% -
HSV(B) 342.39º 0.9% 0.8% -
XYZ 26.39 13.83 7.76 -
YUV 81.17 123.96 215.61 -
System Red Green Blue C M Y K H S L
Decimal 204 20 74 0 0.90 0.64 0.2 342.39 0.82 0.44
Hex CC 14 4A 0 5A 40 14 156 52 2C
Octal 314 24 112 0 132 100 24 526 122 54
Binary 11001100 10100 1001010 0 1011010 1000000 10100 101010110 1010010 101100

Color Harmonies of #CC144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC144A

Black with #CC144A

Text Example


Text Example

White with #CC144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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