Html Css Color HEX #CE055D Ruby

📋 copy color: '#CE055D'

red 206 ◦ green 5 ◦ blue 93

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

Shades of Ruby #CE055D

Tints of Ruby #CE055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 67.76%
G = 1.64%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE055D (or 0xCE055D) is known color: Ruby. HEX triplet: CE, 05 and 5D. RGB value is (206,5,93). Sum of RGB (Red+Green+Blue) = 206+5+93=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE055D is #31FAA2. Grayscale: #4A4A4A. Windows color (decimal): -3275427 or 6096334. OLE color: 6096334.

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

Color convert

RGB 206 5 93 -
CMYK 0 0.98 0.55 0.19
HSL 333.73º 0.95% 0.41% -
HSV(B) 333.73º 0.98% 0.81% -
XYZ 27.48 14.02 11.61 -
YUV 75.13 138.09 221.34 -
System Red Green Blue C M Y K H S L
Decimal 206 5 93 0 0.98 0.55 0.19 333.73 0.95 0.41
Hex CE 5 5D 0 62 37 13 14E 5F 29
Octal 316 5 135 0 142 67 23 516 137 51
Binary 11001110 101 1011101 0 1100010 110111 10011 101001110 1011111 101001

Color Harmonies of #CE055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE055D

Black with #CE055D

Text Example


Text Example

White with #CE055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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