Html Css Color HEX #C81353 Ruby

📋 copy color: '#C81353'

red 200 ◦ green 19 ◦ blue 83

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

Shades of Ruby #C81353

Tints of Ruby #C81353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

 BLUE value IS 83 (32.81% from 255) = 27.48%

R = 66.23%
G = 6.29%
B = 27.48%

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

#C81353 (or 0xC81353) is known color: Ruby. HEX triplet: C8, 13 and 53. RGB value is (200,19,83). Sum of RGB (Red+Green+Blue) = 200+19+83=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C81353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81353 is #37ECAC. Grayscale: #505050. Windows color (decimal): -3665069 or 5444552. OLE color: 5444552.

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

Color convert

RGB 200 19 83 -
CMYK 0 0.90 0.58 0.22
HSL 338.78º 0.83% 0.43% -
HSV(B) 338.78º 0.91% 0.78% -
XYZ 25.61 13.37 9.41 -
YUV 80.42 129.47 213.3 -
System Red Green Blue C M Y K H S L
Decimal 200 19 83 0 0.90 0.58 0.22 338.78 0.83 0.43
Hex C8 13 53 0 5A 3A 16 153 53 2B
Octal 310 23 123 0 132 72 26 523 123 53
Binary 11001000 10011 1010011 0 1011010 111010 10110 101010011 1010011 101011

Color Harmonies of #C81353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81353

Black with #C81353

Text Example


Text Example

White with #C81353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81353; }

 p { color: rgb(200,19,83); }

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

background-color css

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

 a { background-color: rgb(200,19,83); }

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

border-color css

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

 span { border-color: rgb(200,19,83); }

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