Html Css Color HEX #C81254 Ruby

📋 copy color: '#C81254'

red 200 ◦ green 18 ◦ blue 84

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

Shades of Ruby #C81254

Tints of Ruby #C81254

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

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

R = 66.23%
G = 5.96%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C81254 (or 0xC81254) is known color: Ruby. HEX triplet: C8, 12 and 54. RGB value is (200,18,84). Sum of RGB (Red+Green+Blue) = 200+18+84=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C81254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81254 is #37EDAB. Grayscale: #4F4F4F. Windows color (decimal): -3665324 or 5509832. OLE color: 5509832.

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

Color convert

RGB 200 18 84 -
CMYK 0 0.91 0.58 0.22
HSL 338.24º 0.83% 0.43% -
HSV(B) 338.24º 0.91% 0.78% -
XYZ 25.64 13.35 9.61 -
YUV 79.94 130.3 213.63 -
System Red Green Blue C M Y K H S L
Decimal 200 18 84 0 0.91 0.58 0.22 338.24 0.83 0.43
Hex C8 12 54 0 5B 3A 16 152 53 2B
Octal 310 22 124 0 133 72 26 522 123 53
Binary 11001000 10010 1010100 0 1011011 111010 10110 101010010 1010011 101011

Color Harmonies of #C81254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81254

Black with #C81254

Text Example


Text Example

White with #C81254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81254; }

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

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

background-color css

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

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

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

border-color css

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

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

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