Html Css Color HEX #CE1255 Ruby

📋 copy color: '#CE1255'

red 206 ◦ green 18 ◦ blue 85

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

Shades of Ruby #CE1255

Tints of Ruby #CE1255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.83%

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 66.67%
G = 5.83%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE1255 (or 0xCE1255) is known color: Ruby. HEX triplet: CE, 12 and 55. RGB value is (206,18,85). Sum of RGB (Red+Green+Blue) = 206+18+85=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1255 is #31EDAA. Grayscale: #515151. Windows color (decimal): -3272107 or 5575374. OLE color: 5575374.

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

Color convert

RGB 206 18 85 -
CMYK 0 0.91 0.59 0.19
HSL 338.62º 0.84% 0.44% -
HSV(B) 338.62º 0.91% 0.81% -
XYZ 27.31 14.21 9.9 -
YUV 81.85 129.78 216.55 -
System Red Green Blue C M Y K H S L
Decimal 206 18 85 0 0.91 0.59 0.19 338.62 0.84 0.44
Hex CE 12 55 0 5B 3B 13 153 54 2C
Octal 316 22 125 0 133 73 23 523 124 54
Binary 11001110 10010 1010101 0 1011011 111011 10011 101010011 1010100 101100

Color Harmonies of #CE1255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1255

Black with #CE1255

Text Example


Text Example

White with #CE1255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1255; }

 p { color: rgb(206,18,85); }

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

background-color css

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

 a { background-color: rgb(206,18,85); }

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

border-color css

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

 span { border-color: rgb(206,18,85); }

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