Html Css Color HEX #CF1559 Ruby

📋 copy color: '#CF1559'

red 207 ◦ green 21 ◦ blue 89

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

Shades of Ruby #CF1559

Tints of Ruby #CF1559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.08%

R = 65.3%
G = 6.62%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF1559 (or 0xCF1559) is known color: Ruby. HEX triplet: CF, 15 and 59. RGB value is (207,21,89). Sum of RGB (Red+Green+Blue) = 207+21+89=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1559 is #30EAA6. Grayscale: #545454. Windows color (decimal): -3205799 or 5838287. OLE color: 5838287.

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

Color convert

RGB 207 21 89 -
CMYK 0 0.90 0.57 0.19
HSL 338.06º 0.82% 0.45% -
HSV(B) 338.06º 0.9% 0.81% -
XYZ 27.8 14.52 10.79 -
YUV 84.37 130.62 215.47 -
System Red Green Blue C M Y K H S L
Decimal 207 21 89 0 0.90 0.57 0.19 338.06 0.82 0.45
Hex CF 15 59 0 5A 39 13 152 52 2D
Octal 317 25 131 0 132 71 23 522 122 55
Binary 11001111 10101 1011001 0 1011010 111001 10011 101010010 1010010 101101

Color Harmonies of #CF1559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1559

Black with #CF1559

Text Example


Text Example

White with #CF1559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1559; }

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

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

background-color css

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

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

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

border-color css

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

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

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