Html Css Color HEX #CE135A Ruby

📋 copy color: '#CE135A'

red 206 ◦ green 19 ◦ blue 90

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

Shades of Ruby #CE135A

Tints of Ruby #CE135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 65.4%
G = 6.03%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE135A (or 0xCE135A) is known color: Ruby. HEX triplet: CE, 13 and 5A. RGB value is (206,19,90). Sum of RGB (Red+Green+Blue) = 206+19+90=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE135A is #31ECA5. Grayscale: #525252. Windows color (decimal): -3271846 or 5903310. OLE color: 5903310.

HSL color Cylindrical-coordinate representation of color #CE135A: hue angle of 337.22º 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 #CE135A is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 90 -
CMYK 0 0.91 0.56 0.19
HSL 337.22º 0.83% 0.44% -
HSV(B) 337.22º 0.91% 0.81% -
XYZ 27.53 14.33 10.99 -
YUV 83.01 131.95 215.73 -
System Red Green Blue C M Y K H S L
Decimal 206 19 90 0 0.91 0.56 0.19 337.22 0.83 0.44
Hex CE 13 5A 0 5B 38 13 151 53 2C
Octal 316 23 132 0 133 70 23 521 123 54
Binary 11001110 10011 1011010 0 1011011 111000 10011 101010001 1010011 101100

Color Harmonies of #CE135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE135A

Black with #CE135A

Text Example


Text Example

White with #CE135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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