Html Css Color HEX #C81754 Ruby

📋 copy color: '#C81754'

red 200 ◦ green 23 ◦ blue 84

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

Shades of Ruby #C81754

Tints of Ruby #C81754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.49%

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

R = 65.15%
G = 7.49%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C81754 (or 0xC81754) is known color: Ruby. HEX triplet: C8, 17 and 54. RGB value is (200,23,84). Sum of RGB (Red+Green+Blue) = 200+23+84=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C81754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81754 is #37E8AB. Grayscale: #525252. Windows color (decimal): -3664044 or 5511112. OLE color: 5511112.

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

Color convert

RGB 200 23 84 -
CMYK 0 0.88 0.58 0.22
HSL 339.32º 0.79% 0.44% -
HSV(B) 339.32º 0.89% 0.78% -
XYZ 25.73 13.53 9.64 -
YUV 82.88 128.64 211.54 -
System Red Green Blue C M Y K H S L
Decimal 200 23 84 0 0.88 0.58 0.22 339.32 0.79 0.44
Hex C8 17 54 0 58 3A 16 153 4F 2C
Octal 310 27 124 0 130 72 26 523 117 54
Binary 11001000 10111 1010100 0 1011000 111010 10110 101010011 1001111 101100

Color Harmonies of #C81754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81754

Black with #C81754

Text Example


Text Example

White with #C81754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81754; }

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

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

background-color css

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

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

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

border-color css

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

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

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