Html Css Color HEX #CE1853 Ruby

📋 copy color: '#CE1853'

red 206 ◦ green 24 ◦ blue 83

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

Shades of Ruby #CE1853

Tints of Ruby #CE1853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

 BLUE value IS 83 (32.81% from 255) = 26.52%

R = 65.81%
G = 7.67%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE1853 (or 0xCE1853) is known color: Ruby. HEX triplet: CE, 18 and 53. RGB value is (206,24,83). Sum of RGB (Red+Green+Blue) = 206+24+83=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1853 is #31E7AC. Grayscale: #555555. Windows color (decimal): -3270573 or 5445838. OLE color: 5445838.

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

Color convert

RGB 206 24 83 -
CMYK 0 0.88 0.60 0.19
HSL 340.55º 0.79% 0.45% -
HSV(B) 340.55º 0.88% 0.81% -
XYZ 27.34 14.4 9.52 -
YUV 85.14 126.8 214.2 -
System Red Green Blue C M Y K H S L
Decimal 206 24 83 0 0.88 0.60 0.19 340.55 0.79 0.45
Hex CE 18 53 0 58 3C 13 155 4F 2D
Octal 316 30 123 0 130 74 23 525 117 55
Binary 11001110 11000 1010011 0 1011000 111100 10011 101010101 1001111 101101

Color Harmonies of #CE1853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1853

Black with #CE1853

Text Example


Text Example

White with #CE1853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1853; }

 p { color: rgb(206,24,83); }

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

background-color css

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

 a { background-color: rgb(206,24,83); }

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

border-color css

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

 span { border-color: rgb(206,24,83); }

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