Html Css Color HEX #CE135C Ruby

📋 copy color: '#CE135C'

red 206 ◦ green 19 ◦ blue 92

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

Shades of Ruby #CE135C

Tints of Ruby #CE135C

RGB

 RED value IS 206 (80.86% from 255) = 64.98%

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 64.98%
G = 5.99%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE135C (or 0xCE135C) is known color: Ruby. HEX triplet: CE, 13 and 5C. RGB value is (206,19,92). Sum of RGB (Red+Green+Blue) = 206+19+92=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE135C is #31ECA3. Grayscale: #535353. Windows color (decimal): -3271844 or 6034382. OLE color: 6034382.

HSL color Cylindrical-coordinate representation of color #CE135C: hue angle of 336.58º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE135C is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 92 -
CMYK 0 0.91 0.55 0.19
HSL 336.58º 0.83% 0.44% -
HSV(B) 336.58º 0.91% 0.81% -
XYZ 27.62 14.36 11.44 -
YUV 83.24 132.95 215.56 -
System Red Green Blue C M Y K H S L
Decimal 206 19 92 0 0.91 0.55 0.19 336.58 0.83 0.44
Hex CE 13 5C 0 5B 37 13 151 53 2C
Octal 316 23 134 0 133 67 23 521 123 54
Binary 11001110 10011 1011100 0 1011011 110111 10011 101010001 1010011 101100

Color Harmonies of #CE135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE135C

Black with #CE135C

Text Example


Text Example

White with #CE135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE135C; }

 p { color: rgb(206,19,92); }

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

background-color css

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

 a { background-color: rgb(206,19,92); }

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

border-color css

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

 span { border-color: rgb(206,19,92); }

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