Html Css Color HEX #C81554 Ruby

📋 copy color: '#C81554'

red 200 ◦ green 21 ◦ blue 84

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

Shades of Ruby #C81554

Tints of Ruby #C81554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.54%

R = 65.57%
G = 6.89%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C81554 (or 0xC81554) is known color: Ruby. HEX triplet: C8, 15 and 54. RGB value is (200,21,84). Sum of RGB (Red+Green+Blue) = 200+21+84=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C81554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81554 is #37EAAB. Grayscale: #515151. Windows color (decimal): -3664556 or 5510600. OLE color: 5510600.

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

Color convert

RGB 200 21 84 -
CMYK 0 0.90 0.58 0.22
HSL 338.88º 0.81% 0.43% -
HSV(B) 338.88º 0.9% 0.78% -
XYZ 25.69 13.46 9.63 -
YUV 81.7 129.3 212.38 -
System Red Green Blue C M Y K H S L
Decimal 200 21 84 0 0.90 0.58 0.22 338.88 0.81 0.43
Hex C8 15 54 0 5A 3A 16 153 51 2B
Octal 310 25 124 0 132 72 26 523 121 53
Binary 11001000 10101 1010100 0 1011010 111010 10110 101010011 1010001 101011

Color Harmonies of #C81554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81554

Black with #C81554

Text Example


Text Example

White with #C81554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81554; }

 p { color: rgb(200,21,84); }

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

background-color css

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

 a { background-color: rgb(200,21,84); }

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

border-color css

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

 span { border-color: rgb(200,21,84); }

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