Html Css Color HEX #CE1455 Ruby

📋 copy color: '#CE1455'

red 206 ◦ green 20 ◦ blue 85

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

Shades of Ruby #CE1455

Tints of Ruby #CE1455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 66.24%
G = 6.43%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE1455 (or 0xCE1455) is known color: Ruby. HEX triplet: CE, 14 and 55. RGB value is (206,20,85). Sum of RGB (Red+Green+Blue) = 206+20+85=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1455 is #31EBAA. Grayscale: #525252. Windows color (decimal): -3271595 or 5575886. OLE color: 5575886.

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

Color convert

RGB 206 20 85 -
CMYK 0 0.90 0.59 0.19
HSL 339.03º 0.82% 0.44% -
HSV(B) 339.03º 0.9% 0.81% -
XYZ 27.34 14.28 9.91 -
YUV 83.02 129.12 215.71 -
System Red Green Blue C M Y K H S L
Decimal 206 20 85 0 0.90 0.59 0.19 339.03 0.82 0.44
Hex CE 14 55 0 5A 3B 13 153 52 2C
Octal 316 24 125 0 132 73 23 523 122 54
Binary 11001110 10100 1010101 0 1011010 111011 10011 101010011 1010010 101100

Color Harmonies of #CE1455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1455

Black with #CE1455

Text Example


Text Example

White with #CE1455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1455; }

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

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

background-color css

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

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

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

border-color css

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

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

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