Html Css Color HEX #CF115D Ruby

📋 copy color: '#CF115D'

red 207 ◦ green 17 ◦ blue 93

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

Shades of Ruby #CF115D

Tints of Ruby #CF115D

RGB

 RED value IS 207 (81.25% from 255) = 65.3%

 GREEN value IS 17 (7.03% from 255) = 5.36%

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 65.3%
G = 5.36%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF115D (or 0xCF115D) is known color: Ruby. HEX triplet: CF, 11 and 5D. RGB value is (207,17,93). Sum of RGB (Red+Green+Blue) = 207+17+93=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF115D is #30EEA2. Grayscale: #525252. Windows color (decimal): -3206819 or 6099407. OLE color: 6099407.

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

Color convert

RGB 207 17 93 -
CMYK 0 0.92 0.55 0.19
HSL 336º 0.85% 0.44% -
HSV(B) 336º 0.92% 0.81% -
XYZ 27.91 14.46 11.68 -
YUV 82.47 133.95 216.82 -
System Red Green Blue C M Y K H S L
Decimal 207 17 93 0 0.92 0.55 0.19 336 0.85 0.44
Hex CF 11 5D 0 5C 37 13 150 55 2C
Octal 317 21 135 0 134 67 23 520 125 54
Binary 11001111 10001 1011101 0 1011100 110111 10011 101010000 1010101 101100

Color Harmonies of #CF115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF115D

Black with #CF115D

Text Example


Text Example

White with #CF115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF115D; }

 p { color: rgb(207,17,93); }

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

background-color css

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

 a { background-color: rgb(207,17,93); }

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

border-color css

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

 span { border-color: rgb(207,17,93); }

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