Html Css Color HEX #C81255 Ruby

📋 copy color: '#C81255'

red 200 ◦ green 18 ◦ blue 85

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

Shades of Ruby #C81255

Tints of Ruby #C81255

RGB

 RED value IS 200 (78.52% from 255) = 66.01%

 GREEN value IS 18 (7.42% from 255) = 5.94%

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

R = 66.01%
G = 5.94%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C81255 (or 0xC81255) is known color: Ruby. HEX triplet: C8, 12 and 55. RGB value is (200,18,85). Sum of RGB (Red+Green+Blue) = 200+18+85=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C81255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81255 is #37EDAA. Grayscale: #4F4F4F. Windows color (decimal): -3665323 or 5575368. OLE color: 5575368.

HSL color Cylindrical-coordinate representation of color #C81255: hue angle of 337.91º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81255 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 18 85 -
CMYK 0 0.91 0.58 0.22
HSL 337.91º 0.83% 0.43% -
HSV(B) 337.91º 0.91% 0.78% -
XYZ 25.68 13.37 9.82 -
YUV 80.06 130.8 213.55 -
System Red Green Blue C M Y K H S L
Decimal 200 18 85 0 0.91 0.58 0.22 337.91 0.83 0.43
Hex C8 12 55 0 5B 3A 16 152 53 2B
Octal 310 22 125 0 133 72 26 522 123 53
Binary 11001000 10010 1010101 0 1011011 111010 10110 101010010 1010011 101011

Color Harmonies of #C81255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81255

Black with #C81255

Text Example


Text Example

White with #C81255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81255; }

 p { color: rgb(200,18,85); }

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

background-color css

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

 a { background-color: rgb(200,18,85); }

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

border-color css

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

 span { border-color: rgb(200,18,85); }

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