Html Css Color HEX #CC144F Ruby

📋 copy color: '#CC144F'

red 204 ◦ green 20 ◦ blue 79

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

Shades of Ruby #CC144F

Tints of Ruby #CC144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.07%

R = 67.33%
G = 6.6%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC144F (or 0xCC144F) is known color: Ruby. HEX triplet: CC, 14 and 4F. RGB value is (204,20,79). Sum of RGB (Red+Green+Blue) = 204+20+79=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC144F is #33EBB0. Grayscale: #515151. Windows color (decimal): -3402673 or 5182668. OLE color: 5182668.

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

Color convert

RGB 204 20 79 -
CMYK 0 0.90 0.61 0.2
HSL 340.76º 0.82% 0.44% -
HSV(B) 340.76º 0.9% 0.8% -
XYZ 26.56 13.9 8.68 -
YUV 81.74 126.46 215.2 -
System Red Green Blue C M Y K H S L
Decimal 204 20 79 0 0.90 0.61 0.2 340.76 0.82 0.44
Hex CC 14 4F 0 5A 3D 14 155 52 2C
Octal 314 24 117 0 132 75 24 525 122 54
Binary 11001100 10100 1001111 0 1011010 111101 10100 101010101 1010010 101100

Color Harmonies of #CC144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC144F

Black with #CC144F

Text Example


Text Example

White with #CC144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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