Html Css Color HEX #CE135D Ruby

📋 copy color: '#CE135D'

red 206 ◦ green 19 ◦ blue 93

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

Shades of Ruby #CE135D

Tints of Ruby #CE135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 64.78%
G = 5.97%
B = 29.25%

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

#CE135D (or 0xCE135D) is known color: Ruby. HEX triplet: CE, 13 and 5D. RGB value is (206,19,93). Sum of RGB (Red+Green+Blue) = 206+19+93=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE135D is #31ECA2. Grayscale: #535353. Windows color (decimal): -3271843 or 6099918. OLE color: 6099918.

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

Color convert

RGB 206 19 93 -
CMYK 0 0.91 0.55 0.19
HSL 336.26º 0.83% 0.44% -
HSV(B) 336.26º 0.91% 0.81% -
XYZ 27.66 14.38 11.67 -
YUV 83.35 133.45 215.48 -
System Red Green Blue C M Y K H S L
Decimal 206 19 93 0 0.91 0.55 0.19 336.26 0.83 0.44
Hex CE 13 5D 0 5B 37 13 150 53 2C
Octal 316 23 135 0 133 67 23 520 123 54
Binary 11001110 10011 1011101 0 1011011 110111 10011 101010000 1010011 101100

Color Harmonies of #CE135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE135D

Black with #CE135D

Text Example


Text Example

White with #CE135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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