Html Css Color HEX #C81455 Ruby

📋 copy color: '#C81455'

red 200 ◦ green 20 ◦ blue 85

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

Shades of Ruby #C81455

Tints of Ruby #C81455

RGB

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

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

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

R = 65.57%
G = 6.56%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C81455 (or 0xC81455) is known color: Ruby. HEX triplet: C8, 14 and 55. RGB value is (200,20,85). Sum of RGB (Red+Green+Blue) = 200+20+85=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C81455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81455 is #37EBAA. Grayscale: #515151. Windows color (decimal): -3664811 or 5575880. OLE color: 5575880.

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

Color convert

RGB 200 20 85 -
CMYK 0 0.9 0.58 0.22
HSL 338.33º 0.82% 0.43% -
HSV(B) 338.33º 0.9% 0.78% -
XYZ 25.71 13.44 9.83 -
YUV 81.23 130.13 212.71 -
System Red Green Blue C M Y K H S L
Decimal 200 20 85 0 0.9 0.58 0.22 338.33 0.82 0.43
Hex C8 14 55 0 5A 3A 16 152 52 2B
Octal 310 24 125 0 132 72 26 522 122 53
Binary 11001000 10100 1010101 0 1011010 111010 10110 101010010 1010010 101011

Color Harmonies of #C81455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81455

Black with #C81455

Text Example


Text Example

White with #C81455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81455; }

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

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

background-color css

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

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

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

border-color css

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

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

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