Html Css Color HEX #CE175A Ruby

📋 copy color: '#CE175A'

red 206 ◦ green 23 ◦ blue 90

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

Shades of Ruby #CE175A

Tints of Ruby #CE175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.21%

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 64.58%
G = 7.21%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE175A (or 0xCE175A) is known color: Ruby. HEX triplet: CE, 17 and 5A. RGB value is (206,23,90). Sum of RGB (Red+Green+Blue) = 206+23+90=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE175A is #31E8A5. Grayscale: #555555. Windows color (decimal): -3270822 or 5904334. OLE color: 5904334.

HSL color Cylindrical-coordinate representation of color #CE175A: hue angle of 338.03º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE175A is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 90 -
CMYK 0 0.89 0.56 0.19
HSL 338.03º 0.8% 0.45% -
HSV(B) 338.03º 0.89% 0.81% -
XYZ 27.61 14.47 11.01 -
YUV 85.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 206 23 90 0 0.89 0.56 0.19 338.03 0.8 0.45
Hex CE 17 5A 0 59 38 13 152 50 2D
Octal 316 27 132 0 131 70 23 522 120 55
Binary 11001110 10111 1011010 0 1011001 111000 10011 101010010 1010000 101101

Color Harmonies of #CE175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE175A

Black with #CE175A

Text Example


Text Example

White with #CE175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE175A; }

 p { color: rgb(206,23,90); }

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

background-color css

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

 a { background-color: rgb(206,23,90); }

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

border-color css

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

 span { border-color: rgb(206,23,90); }

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