Html Css Color HEX #CE1A5A Ruby

📋 copy color: '#CE1A5A'

red 206 ◦ green 26 ◦ blue 90

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

Shades of Ruby #CE1A5A

Tints of Ruby #CE1A5A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.07%

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 63.98%
G = 8.07%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE1A5A (or 0xCE1A5A) is known color: Ruby. HEX triplet: CE, 1A and 5A. RGB value is (206,26,90). Sum of RGB (Red+Green+Blue) = 206+26+90=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1A5A is #31E5A5. Grayscale: #575757. Windows color (decimal): -3270054 or 5905102. OLE color: 5905102.

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

Color convert

RGB 206 26 90 -
CMYK 0 0.87 0.56 0.19
HSL 338.67º 0.78% 0.45% -
HSV(B) 338.67º 0.87% 0.81% -
XYZ 27.67 14.6 11.03 -
YUV 87.12 129.63 212.8 -
System Red Green Blue C M Y K H S L
Decimal 206 26 90 0 0.87 0.56 0.19 338.67 0.78 0.45
Hex CE 1A 5A 0 57 38 13 153 4E 2D
Octal 316 32 132 0 127 70 23 523 116 55
Binary 11001110 11010 1011010 0 1010111 111000 10011 101010011 1001110 101101

Color Harmonies of #CE1A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1A5A

Black with #CE1A5A

Text Example


Text Example

White with #CE1A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1A5A; }

 p { color: rgb(206,26,90); }

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

background-color css

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

 a { background-color: rgb(206,26,90); }

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

border-color css

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

 span { border-color: rgb(206,26,90); }

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