Html Css Color HEX #CE175F Ruby

📋 copy color: '#CE175F'

red 206 ◦ green 23 ◦ blue 95

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

Shades of Ruby #CE175F

Tints of Ruby #CE175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 63.58%
G = 7.1%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE175F (or 0xCE175F) is known color: Ruby. HEX triplet: CE, 17 and 5F. RGB value is (206,23,95). Sum of RGB (Red+Green+Blue) = 206+23+95=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE175F is #31E8A0. Grayscale: #555555. Windows color (decimal): -3270817 or 6232014. OLE color: 6232014.

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

Color convert

RGB 206 23 95 -
CMYK 0 0.89 0.54 0.19
HSL 336.39º 0.8% 0.45% -
HSV(B) 336.39º 0.89% 0.81% -
XYZ 27.83 14.56 12.17 -
YUV 85.93 133.13 213.65 -
System Red Green Blue C M Y K H S L
Decimal 206 23 95 0 0.89 0.54 0.19 336.39 0.8 0.45
Hex CE 17 5F 0 59 36 13 150 50 2D
Octal 316 27 137 0 131 66 23 520 120 55
Binary 11001110 10111 1011111 0 1011001 110110 10011 101010000 1010000 101101

Color Harmonies of #CE175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE175F

Black with #CE175F

Text Example


Text Example

White with #CE175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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