Html Css Color HEX #CF155D Ruby

📋 copy color: '#CF155D'

red 207 ◦ green 21 ◦ blue 93

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

Shades of Ruby #CF155D

Tints of Ruby #CF155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

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

R = 64.49%
G = 6.54%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF155D (or 0xCF155D) is known color: Ruby. HEX triplet: CF, 15 and 5D. RGB value is (207,21,93). Sum of RGB (Red+Green+Blue) = 207+21+93=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF155D is #30EAA2. Grayscale: #545454. Windows color (decimal): -3205795 or 6100431. OLE color: 6100431.

HSL color Cylindrical-coordinate representation of color #CF155D: hue angle of 336.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF155D is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 93 -
CMYK 0 0.90 0.55 0.19
HSL 336.77º 0.82% 0.45% -
HSV(B) 336.77º 0.9% 0.81% -
XYZ 27.98 14.59 11.7 -
YUV 84.82 132.62 215.15 -
System Red Green Blue C M Y K H S L
Decimal 207 21 93 0 0.90 0.55 0.19 336.77 0.82 0.45
Hex CF 15 5D 0 5A 37 13 151 52 2D
Octal 317 25 135 0 132 67 23 521 122 55
Binary 11001111 10101 1011101 0 1011010 110111 10011 101010001 1010010 101101

Color Harmonies of #CF155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF155D

Black with #CF155D

Text Example


Text Example

White with #CF155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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