Html Css Color HEX #CE1754 Ruby

📋 copy color: '#CE1754'

red 206 ◦ green 23 ◦ blue 84

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

Shades of Ruby #CE1754

Tints of Ruby #CE1754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.84%

R = 65.81%
G = 7.35%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE1754 (or 0xCE1754) is known color: Ruby. HEX triplet: CE, 17 and 54. RGB value is (206,23,84). Sum of RGB (Red+Green+Blue) = 206+23+84=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1754 is #31E8AB. Grayscale: #545454. Windows color (decimal): -3270828 or 5511118. OLE color: 5511118.

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

Color convert

RGB 206 23 84 -
CMYK 0 0.89 0.59 0.19
HSL 340º 0.8% 0.45% -
HSV(B) 340º 0.89% 0.81% -
XYZ 27.36 14.37 9.72 -
YUV 84.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 206 23 84 0 0.89 0.59 0.19 340 0.8 0.45
Hex CE 17 54 0 59 3B 13 154 50 2D
Octal 316 27 124 0 131 73 23 524 120 55
Binary 11001110 10111 1010100 0 1011001 111011 10011 101010100 1010000 101101

Color Harmonies of #CE1754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1754

Black with #CE1754

Text Example


Text Example

White with #CE1754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1754; }

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

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

background-color css

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

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

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

border-color css

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

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

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