Html Css Color HEX #CF1558 Ruby

📋 copy color: '#CF1558'

red 207 ◦ green 21 ◦ blue 88

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

Shades of Ruby #CF1558

Tints of Ruby #CF1558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 65.51%
G = 6.65%
B = 27.85%

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

#CF1558 (or 0xCF1558) is known color: Ruby. HEX triplet: CF, 15 and 58. RGB value is (207,21,88). Sum of RGB (Red+Green+Blue) = 207+21+88=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1558 is #30EAA7. Grayscale: #545454. Windows color (decimal): -3205800 or 5772751. OLE color: 5772751.

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

Color convert

RGB 207 21 88 -
CMYK 0 0.90 0.57 0.19
HSL 338.39º 0.82% 0.45% -
HSV(B) 338.39º 0.9% 0.81% -
XYZ 27.76 14.51 10.57 -
YUV 84.25 130.12 215.55 -
System Red Green Blue C M Y K H S L
Decimal 207 21 88 0 0.90 0.57 0.19 338.39 0.82 0.45
Hex CF 15 58 0 5A 39 13 152 52 2D
Octal 317 25 130 0 132 71 23 522 122 55
Binary 11001111 10101 1011000 0 1011010 111001 10011 101010010 1010010 101101

Color Harmonies of #CF1558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1558

Black with #CF1558

Text Example


Text Example

White with #CF1558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1558; }

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

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

background-color css

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

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

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

border-color css

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

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

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