Html Css Color HEX #CE1453 Ruby

📋 copy color: '#CE1453'

red 206 ◦ green 20 ◦ blue 83

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

Shades of Ruby #CE1453

Tints of Ruby #CE1453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.47%

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

R = 66.67%
G = 6.47%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE1453 (or 0xCE1453) is known color: Ruby. HEX triplet: CE, 14 and 53. RGB value is (206,20,83). Sum of RGB (Red+Green+Blue) = 206+20+83=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1453 is #31EBAC. Grayscale: #525252. Windows color (decimal): -3271597 or 5444814. OLE color: 5444814.

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

Color convert

RGB 206 20 83 -
CMYK 0 0.90 0.60 0.19
HSL 339.68º 0.82% 0.44% -
HSV(B) 339.68º 0.9% 0.81% -
XYZ 27.27 14.25 9.5 -
YUV 82.8 128.12 215.88 -
System Red Green Blue C M Y K H S L
Decimal 206 20 83 0 0.90 0.60 0.19 339.68 0.82 0.44
Hex CE 14 53 0 5A 3C 13 154 52 2C
Octal 316 24 123 0 132 74 23 524 122 54
Binary 11001110 10100 1010011 0 1011010 111100 10011 101010100 1010010 101100

Color Harmonies of #CE1453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1453

Black with #CE1453

Text Example


Text Example

White with #CE1453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1453; }

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

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

background-color css

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

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

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

border-color css

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

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

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