Html Css Color HEX #C81352 Ruby

📋 copy color: '#C81352'

red 200 ◦ green 19 ◦ blue 82

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

Shades of Ruby #C81352

Tints of Ruby #C81352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.24%

R = 66.45%
G = 6.31%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C81352 (or 0xC81352) is known color: Ruby. HEX triplet: C8, 13 and 52. RGB value is (200,19,82). Sum of RGB (Red+Green+Blue) = 200+19+82=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C81352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81352 is #37ECAD. Grayscale: #505050. Windows color (decimal): -3665070 or 5379016. OLE color: 5379016.

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

Color convert

RGB 200 19 82 -
CMYK 0 0.90 0.59 0.22
HSL 339.12º 0.83% 0.43% -
HSV(B) 339.12º 0.91% 0.78% -
XYZ 25.58 13.35 9.21 -
YUV 80.3 128.97 213.38 -
System Red Green Blue C M Y K H S L
Decimal 200 19 82 0 0.90 0.59 0.22 339.12 0.83 0.43
Hex C8 13 52 0 5A 3B 16 153 53 2B
Octal 310 23 122 0 132 73 26 523 123 53
Binary 11001000 10011 1010010 0 1011010 111011 10110 101010011 1010011 101011

Color Harmonies of #C81352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81352

Black with #C81352

Text Example


Text Example

White with #C81352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81352; }

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

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

background-color css

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

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

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

border-color css

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

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

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