Html Css Color HEX #CE1358 Ruby

📋 copy color: '#CE1358'

red 206 ◦ green 19 ◦ blue 88

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

Shades of Ruby #CE1358

Tints of Ruby #CE1358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.12%

R = 65.81%
G = 6.07%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE1358 (or 0xCE1358) is known color: Ruby. HEX triplet: CE, 13 and 58. RGB value is (206,19,88). Sum of RGB (Red+Green+Blue) = 206+19+88=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1358 is #31ECA7. Grayscale: #525252. Windows color (decimal): -3271848 or 5772238. OLE color: 5772238.

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

Color convert

RGB 206 19 88 -
CMYK 0 0.91 0.57 0.19
HSL 337.86º 0.83% 0.44% -
HSV(B) 337.86º 0.91% 0.81% -
XYZ 27.45 14.29 10.54 -
YUV 82.78 130.95 215.89 -
System Red Green Blue C M Y K H S L
Decimal 206 19 88 0 0.91 0.57 0.19 337.86 0.83 0.44
Hex CE 13 58 0 5B 39 13 152 53 2C
Octal 316 23 130 0 133 71 23 522 123 54
Binary 11001110 10011 1011000 0 1011011 111001 10011 101010010 1010011 101100

Color Harmonies of #CE1358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1358

Black with #CE1358

Text Example


Text Example

White with #CE1358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1358; }

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

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

background-color css

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

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

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

border-color css

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

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

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