Html Css Color HEX #CE0262 Ruby

📋 copy color: '#CE0262'

red 206 ◦ green 2 ◦ blue 98

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

Shades of Ruby #CE0262

Tints of Ruby #CE0262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 67.32%
G = 0.65%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE0262 (or 0xCE0262) is known color: Ruby. HEX triplet: CE, 02 and 62. RGB value is (206,2,98). Sum of RGB (Red+Green+Blue) = 206+2+98=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0262 is #31FD9D. Grayscale: #494949. Windows color (decimal): -3276190 or 6423246. OLE color: 6423246.

HSL color Cylindrical-coordinate representation of color #CE0262: hue angle of 331.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0262 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 2 98 -
CMYK 0 0.99 0.52 0.19
HSL 331.76º 0.98% 0.41% -
HSV(B) 331.76º 0.99% 0.81% -
XYZ 27.68 14.05 12.81 -
YUV 73.94 141.59 222.19 -
System Red Green Blue C M Y K H S L
Decimal 206 2 98 0 0.99 0.52 0.19 331.76 0.98 0.41
Hex CE 2 62 0 63 34 13 14C 62 29
Octal 316 2 142 0 143 64 23 514 142 51
Binary 11001110 10 1100010 0 1100011 110100 10011 101001100 1100010 101001

Color Harmonies of #CE0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0262

Black with #CE0262

Text Example


Text Example

White with #CE0262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0262; }

 p { color: rgb(206,2,98); }

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

background-color css

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

 a { background-color: rgb(206,2,98); }

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

border-color css

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

 span { border-color: rgb(206,2,98); }

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