Html Css Color HEX #CE1652 Ruby

📋 copy color: '#CE1652'

red 206 ◦ green 22 ◦ blue 82

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

Shades of Ruby #CE1652

Tints of Ruby #CE1652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.1%

 BLUE value IS 82 (32.42% from 255) = 26.45%

R = 66.45%
G = 7.1%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE1652 (or 0xCE1652) is known color: Ruby. HEX triplet: CE, 16 and 52. RGB value is (206,22,82). Sum of RGB (Red+Green+Blue) = 206+22+82=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1652 is #31E9AD. Grayscale: #535353. Windows color (decimal): -3271086 or 5379790. OLE color: 5379790.

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

Color convert

RGB 206 22 82 -
CMYK 0 0.89 0.60 0.19
HSL 340.43º 0.81% 0.45% -
HSV(B) 340.43º 0.89% 0.81% -
XYZ 27.26 14.3 9.31 -
YUV 83.86 126.96 215.12 -
System Red Green Blue C M Y K H S L
Decimal 206 22 82 0 0.89 0.60 0.19 340.43 0.81 0.45
Hex CE 16 52 0 59 3C 13 154 51 2D
Octal 316 26 122 0 131 74 23 524 121 55
Binary 11001110 10110 1010010 0 1011001 111100 10011 101010100 1010001 101101

Color Harmonies of #CE1652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1652

Black with #CE1652

Text Example


Text Example

White with #CE1652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1652; }

 p { color: rgb(206,22,82); }

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

background-color css

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

 a { background-color: rgb(206,22,82); }

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

border-color css

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

 span { border-color: rgb(206,22,82); }

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