Html Css Color HEX #CE1369 Ruby

📋 copy color: '#CE1369'

red 206 ◦ green 19 ◦ blue 105

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

Shades of Ruby #CE1369

Tints of Ruby #CE1369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 62.42%
G = 5.76%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE1369 (or 0xCE1369) is known color: Ruby. HEX triplet: CE, 13 and 69. RGB value is (206,19,105). Sum of RGB (Red+Green+Blue) = 206+19+105=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1369 is #31EC96. Grayscale: #545454. Windows color (decimal): -3271831 or 6886350. OLE color: 6886350.

HSL color Cylindrical-coordinate representation of color #CE1369: hue angle of 332.41º degrees, saturation: 0.83, 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 #CE1369 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 105 -
CMYK 0 0.91 0.49 0.19
HSL 332.41º 0.83% 0.44% -
HSV(B) 332.41º 0.91% 0.81% -
XYZ 28.24 14.61 14.7 -
YUV 84.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 206 19 105 0 0.91 0.49 0.19 332.41 0.83 0.44
Hex CE 13 69 0 5B 31 13 14C 53 2C
Octal 316 23 151 0 133 61 23 514 123 54
Binary 11001110 10011 1101001 0 1011011 110001 10011 101001100 1010011 101100

Color Harmonies of #CE1369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1369

Black with #CE1369

Text Example


Text Example

White with #CE1369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1369; }

 p { color: rgb(206,19,105); }

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

background-color css

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

 a { background-color: rgb(206,19,105); }

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

border-color css

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

 span { border-color: rgb(206,19,105); }

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