Html Css Color HEX #CE1865 Ruby

📋 copy color: '#CE1865'

red 206 ◦ green 24 ◦ blue 101

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

Shades of Ruby #CE1865

Tints of Ruby #CE1865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 62.24%
G = 7.25%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE1865 (or 0xCE1865) is known color: Ruby. HEX triplet: CE, 18 and 65. RGB value is (206,24,101). Sum of RGB (Red+Green+Blue) = 206+24+101=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1865 is #31E79A. Grayscale: #575757. Windows color (decimal): -3270555 or 6625486. OLE color: 6625486.

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

Color convert

RGB 206 24 101 -
CMYK 0 0.88 0.51 0.19
HSL 334.62º 0.79% 0.45% -
HSV(B) 334.62º 0.88% 0.81% -
XYZ 28.13 14.71 13.67 -
YUV 87.2 135.8 212.74 -
System Red Green Blue C M Y K H S L
Decimal 206 24 101 0 0.88 0.51 0.19 334.62 0.79 0.45
Hex CE 18 65 0 58 33 13 14F 4F 2D
Octal 316 30 145 0 130 63 23 517 117 55
Binary 11001110 11000 1100101 0 1011000 110011 10011 101001111 1001111 101101

Color Harmonies of #CE1865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1865

Black with #CE1865

Text Example


Text Example

White with #CE1865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1865; }

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

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

background-color css

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

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

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

border-color css

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

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

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