Html Css Color HEX #CE1854 Ruby

📋 copy color: '#CE1854'

red 206 ◦ green 24 ◦ blue 84

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

Shades of Ruby #CE1854

Tints of Ruby #CE1854

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

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

R = 65.61%
G = 7.64%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE1854 (or 0xCE1854) is known color: Ruby. HEX triplet: CE, 18 and 54. RGB value is (206,24,84). Sum of RGB (Red+Green+Blue) = 206+24+84=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1854 is #31E7AB. Grayscale: #555555. Windows color (decimal): -3270572 or 5511374. OLE color: 5511374.

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

Color convert

RGB 206 24 84 -
CMYK 0 0.88 0.59 0.19
HSL 340.22º 0.79% 0.45% -
HSV(B) 340.22º 0.88% 0.81% -
XYZ 27.38 14.42 9.73 -
YUV 85.26 127.3 214.12 -
System Red Green Blue C M Y K H S L
Decimal 206 24 84 0 0.88 0.59 0.19 340.22 0.79 0.45
Hex CE 18 54 0 58 3B 13 154 4F 2D
Octal 316 30 124 0 130 73 23 524 117 55
Binary 11001110 11000 1010100 0 1011000 111011 10011 101010100 1001111 101101

Color Harmonies of #CE1854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1854

Black with #CE1854

Text Example


Text Example

White with #CE1854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1854; }

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

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

background-color css

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

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

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

border-color css

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

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

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