Html Css Color HEX #CF155E Ruby

📋 copy color: '#CF155E'

red 207 ◦ green 21 ◦ blue 94

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

Shades of Ruby #CF155E

Tints of Ruby #CF155E

RGB

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

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

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

R = 64.29%
G = 6.52%
B = 29.19%

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

#CF155E (or 0xCF155E) is known color: Ruby. HEX triplet: CF, 15 and 5E. RGB value is (207,21,94). Sum of RGB (Red+Green+Blue) = 207+21+94=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF155E is #30EAA1. Grayscale: #545454. Windows color (decimal): -3205794 or 6165967. OLE color: 6165967.

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

Color convert

RGB 207 21 94 -
CMYK 0 0.90 0.55 0.19
HSL 336.45º 0.82% 0.45% -
HSV(B) 336.45º 0.9% 0.81% -
XYZ 28.02 14.61 11.93 -
YUV 84.94 133.12 215.06 -
System Red Green Blue C M Y K H S L
Decimal 207 21 94 0 0.90 0.55 0.19 336.45 0.82 0.45
Hex CF 15 5E 0 5A 37 13 150 52 2D
Octal 317 25 136 0 132 67 23 520 122 55
Binary 11001111 10101 1011110 0 1011010 110111 10011 101010000 1010010 101101

Color Harmonies of #CF155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF155E

Black with #CF155E

Text Example


Text Example

White with #CF155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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