Html Css Color HEX #CE135B Ruby

📋 copy color: '#CE135B'

red 206 ◦ green 19 ◦ blue 91

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

Shades of Ruby #CE135B

Tints of Ruby #CE135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 65.19%
G = 6.01%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE135B (or 0xCE135B) is known color: Ruby. HEX triplet: CE, 13 and 5B. RGB value is (206,19,91). Sum of RGB (Red+Green+Blue) = 206+19+91=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE135B is #31ECA4. Grayscale: #535353. Windows color (decimal): -3271845 or 5968846. OLE color: 5968846.

HSL color Cylindrical-coordinate representation of color #CE135B: hue angle of 336.9º 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 #CE135B is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 91 -
CMYK 0 0.91 0.56 0.19
HSL 336.9º 0.83% 0.44% -
HSV(B) 336.9º 0.91% 0.81% -
XYZ 27.57 14.34 11.21 -
YUV 83.12 132.45 215.65 -
System Red Green Blue C M Y K H S L
Decimal 206 19 91 0 0.91 0.56 0.19 336.9 0.83 0.44
Hex CE 13 5B 0 5B 38 13 151 53 2C
Octal 316 23 133 0 133 70 23 521 123 54
Binary 11001110 10011 1011011 0 1011011 111000 10011 101010001 1010011 101100

Color Harmonies of #CE135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE135B

Black with #CE135B

Text Example


Text Example

White with #CE135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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