Html Css Color HEX #CE145A Ruby

📋 copy color: '#CE145A'

red 206 ◦ green 20 ◦ blue 90

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

Shades of Ruby #CE145A

Tints of Ruby #CE145A

RGB

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

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

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

R = 65.19%
G = 6.33%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE145A (or 0xCE145A) is known color: Ruby. HEX triplet: CE, 14 and 5A. RGB value is (206,20,90). Sum of RGB (Red+Green+Blue) = 206+20+90=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE145A is #31EBA5. Grayscale: #535353. Windows color (decimal): -3271590 or 5903566. OLE color: 5903566.

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

Color convert

RGB 206 20 90 -
CMYK 0 0.90 0.56 0.19
HSL 337.42º 0.82% 0.44% -
HSV(B) 337.42º 0.9% 0.81% -
XYZ 27.55 14.36 10.99 -
YUV 83.59 131.62 215.31 -
System Red Green Blue C M Y K H S L
Decimal 206 20 90 0 0.90 0.56 0.19 337.42 0.82 0.44
Hex CE 14 5A 0 5A 38 13 151 52 2C
Octal 316 24 132 0 132 70 23 521 122 54
Binary 11001110 10100 1011010 0 1011010 111000 10011 101010001 1010010 101100

Color Harmonies of #CE145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE145A

Black with #CE145A

Text Example


Text Example

White with #CE145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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