Html Css Color HEX #CC1555 Ruby

📋 copy color: '#CC1555'

red 204 ◦ green 21 ◦ blue 85

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

Shades of Ruby #CC1555

Tints of Ruby #CC1555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.77%

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 65.81%
G = 6.77%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC1555 (or 0xCC1555) is known color: Ruby. HEX triplet: CC, 15 and 55. RGB value is (204,21,85). Sum of RGB (Red+Green+Blue) = 204+21+85=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1555 is #33EAAA. Grayscale: #525252. Windows color (decimal): -3402411 or 5576140. OLE color: 5576140.

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

Color convert

RGB 204 21 85 -
CMYK 0 0.90 0.58 0.2
HSL 339.02º 0.81% 0.44% -
HSV(B) 339.02º 0.9% 0.8% -
XYZ 26.81 14.03 9.89 -
YUV 83.01 129.13 214.3 -
System Red Green Blue C M Y K H S L
Decimal 204 21 85 0 0.90 0.58 0.2 339.02 0.81 0.44
Hex CC 15 55 0 5A 3A 14 153 51 2C
Octal 314 25 125 0 132 72 24 523 121 54
Binary 11001100 10101 1010101 0 1011010 111010 10100 101010011 1010001 101100

Color Harmonies of #CC1555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1555

Black with #CC1555

Text Example


Text Example

White with #CC1555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1555; }

 p { color: rgb(204,21,85); }

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

background-color css

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

 a { background-color: rgb(204,21,85); }

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

border-color css

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

 span { border-color: rgb(204,21,85); }

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