Html Css Color HEX #CE075E Ruby

📋 copy color: '#CE075E'

red 206 ◦ green 7 ◦ blue 94

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

Shades of Ruby #CE075E

Tints of Ruby #CE075E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.28%

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 67.1%
G = 2.28%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE075E (or 0xCE075E) is known color: Ruby. HEX triplet: CE, 07 and 5E. RGB value is (206,7,94). Sum of RGB (Red+Green+Blue) = 206+7+94=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE075E is #31F8A1. Grayscale: #4C4C4C. Windows color (decimal): -3274914 or 6162382. OLE color: 6162382.

HSL color Cylindrical-coordinate representation of color #CE075E: hue angle of 333.77º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE075E is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 7 94 -
CMYK 0 0.97 0.54 0.19
HSL 333.77º 0.93% 0.42% -
HSV(B) 333.77º 0.97% 0.81% -
XYZ 27.55 14.08 11.86 -
YUV 76.42 137.93 220.43 -
System Red Green Blue C M Y K H S L
Decimal 206 7 94 0 0.97 0.54 0.19 333.77 0.93 0.42
Hex CE 7 5E 0 61 36 13 14E 5D 2A
Octal 316 7 136 0 141 66 23 516 135 52
Binary 11001110 111 1011110 0 1100001 110110 10011 101001110 1011101 101010

Color Harmonies of #CE075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE075E

Black with #CE075E

Text Example


Text Example

White with #CE075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE075E; }

 p { color: rgb(206,7,94); }

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

background-color css

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

 a { background-color: rgb(206,7,94); }

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

border-color css

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

 span { border-color: rgb(206,7,94); }

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