Html Css Color HEX #CF1557 Ruby

📋 copy color: '#CF1557'

red 207 ◦ green 21 ◦ blue 87

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

Shades of Ruby #CF1557

Tints of Ruby #CF1557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.62%

R = 65.71%
G = 6.67%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF1557 (or 0xCF1557) is known color: Ruby. HEX triplet: CF, 15 and 57. RGB value is (207,21,87). Sum of RGB (Red+Green+Blue) = 207+21+87=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1557 is #30EAA8. Grayscale: #545454. Windows color (decimal): -3205801 or 5707215. OLE color: 5707215.

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

Color convert

RGB 207 21 87 -
CMYK 0 0.90 0.58 0.19
HSL 338.71º 0.82% 0.45% -
HSV(B) 338.71º 0.9% 0.81% -
XYZ 27.72 14.49 10.35 -
YUV 84.14 129.62 215.63 -
System Red Green Blue C M Y K H S L
Decimal 207 21 87 0 0.90 0.58 0.19 338.71 0.82 0.45
Hex CF 15 57 0 5A 3A 13 153 52 2D
Octal 317 25 127 0 132 72 23 523 122 55
Binary 11001111 10101 1010111 0 1011010 111010 10011 101010011 1010010 101101

Color Harmonies of #CF1557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1557

Black with #CF1557

Text Example


Text Example

White with #CF1557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1557; }

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

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

background-color css

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

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

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

border-color css

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

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

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