Html Css Color HEX #CE1367 Ruby

📋 copy color: '#CE1367'

red 206 ◦ green 19 ◦ blue 103

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

Shades of Ruby #CE1367

Tints of Ruby #CE1367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.4%

R = 62.8%
G = 5.79%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE1367 (or 0xCE1367) is known color: Ruby. HEX triplet: CE, 13 and 67. RGB value is (206,19,103). Sum of RGB (Red+Green+Blue) = 206+19+103=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1367 is #31EC98. Grayscale: #545454. Windows color (decimal): -3271833 or 6755278. OLE color: 6755278.

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

Color convert

RGB 206 19 103 -
CMYK 0 0.91 0.50 0.19
HSL 333.05º 0.83% 0.44% -
HSV(B) 333.05º 0.91% 0.81% -
XYZ 28.13 14.57 14.16 -
YUV 84.49 138.45 214.67 -
System Red Green Blue C M Y K H S L
Decimal 206 19 103 0 0.91 0.50 0.19 333.05 0.83 0.44
Hex CE 13 67 0 5B 32 13 14D 53 2C
Octal 316 23 147 0 133 62 23 515 123 54
Binary 11001110 10011 1100111 0 1011011 110010 10011 101001101 1010011 101100

Color Harmonies of #CE1367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1367

Black with #CE1367

Text Example


Text Example

White with #CE1367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1367; }

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

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

background-color css

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

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

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

border-color css

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

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

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