Html Css Color HEX #CE1752 Ruby

📋 copy color: '#CE1752'

red 206 ◦ green 23 ◦ blue 82

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

Shades of Ruby #CE1752

Tints of Ruby #CE1752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.4%

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

R = 66.24%
G = 7.4%
B = 26.37%

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

#CE1752 (or 0xCE1752) is known color: Ruby. HEX triplet: CE, 17 and 52. RGB value is (206,23,82). Sum of RGB (Red+Green+Blue) = 206+23+82=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1752 is #31E8AD. Grayscale: #545454. Windows color (decimal): -3270830 or 5380046. OLE color: 5380046.

HSL color Cylindrical-coordinate representation of color #CE1752: hue angle of 340.66º degrees, saturation: 0.8, 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 #CE1752 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 82 -
CMYK 0 0.89 0.60 0.19
HSL 340.66º 0.8% 0.45% -
HSV(B) 340.66º 0.89% 0.81% -
XYZ 27.28 14.34 9.31 -
YUV 84.44 126.63 214.7 -
System Red Green Blue C M Y K H S L
Decimal 206 23 82 0 0.89 0.60 0.19 340.66 0.8 0.45
Hex CE 17 52 0 59 3C 13 155 50 2D
Octal 316 27 122 0 131 74 23 525 120 55
Binary 11001110 10111 1010010 0 1011001 111100 10011 101010101 1010000 101101

Color Harmonies of #CE1752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1752

Black with #CE1752

Text Example


Text Example

White with #CE1752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1752; }

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

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

background-color css

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

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

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

border-color css

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

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

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