Html Css Color HEX #CE135F Ruby

📋 copy color: '#CE135F'

red 206 ◦ green 19 ◦ blue 95

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

Shades of Ruby #CE135F

Tints of Ruby #CE135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.94%

 BLUE value IS 95 (37.5% from 255) = 29.69%

R = 64.38%
G = 5.94%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE135F (or 0xCE135F) is known color: Ruby. HEX triplet: CE, 13 and 5F. RGB value is (206,19,95). Sum of RGB (Red+Green+Blue) = 206+19+95=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE135F is #31ECA0. Grayscale: #535353. Windows color (decimal): -3271841 or 6230990. OLE color: 6230990.

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

Color convert

RGB 206 19 95 -
CMYK 0 0.91 0.54 0.19
HSL 335.62º 0.83% 0.44% -
HSV(B) 335.62º 0.91% 0.81% -
XYZ 27.75 14.41 12.15 -
YUV 83.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 206 19 95 0 0.91 0.54 0.19 335.62 0.83 0.44
Hex CE 13 5F 0 5B 36 13 150 53 2C
Octal 316 23 137 0 133 66 23 520 123 54
Binary 11001110 10011 1011111 0 1011011 110110 10011 101010000 1010011 101100

Color Harmonies of #CE135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE135F

Black with #CE135F

Text Example


Text Example

White with #CE135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE135F; }

 p { color: rgb(206,19,95); }

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

background-color css

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

 a { background-color: rgb(206,19,95); }

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

border-color css

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

 span { border-color: rgb(206,19,95); }

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