Html Css Color HEX #CF1C55 Ruby

📋 copy color: '#CF1C55'

red 207 ◦ green 28 ◦ blue 85

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

Shades of Ruby #CF1C55

Tints of Ruby #CF1C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

 BLUE value IS 85 (33.59% from 255) = 26.56%

R = 64.69%
G = 8.75%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF1C55 (or 0xCF1C55) is known color: Ruby. HEX triplet: CF, 1C and 55. RGB value is (207,28,85). Sum of RGB (Red+Green+Blue) = 207+28+85=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1C55 is #30E3AA. Grayscale: #575757. Windows color (decimal): -3204011 or 5577935. OLE color: 5577935.

HSL color Cylindrical-coordinate representation of color #CF1C55: hue angle of 340.89º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1C55 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 28 85 -
CMYK 0 0.86 0.59 0.19
HSL 340.89º 0.76% 0.46% -
HSV(B) 340.89º 0.86% 0.81% -
XYZ 27.79 14.75 9.98 -
YUV 88.02 126.3 212.87 -
System Red Green Blue C M Y K H S L
Decimal 207 28 85 0 0.86 0.59 0.19 340.89 0.76 0.46
Hex CF 1C 55 0 56 3B 13 155 4C 2E
Octal 317 34 125 0 126 73 23 525 114 56
Binary 11001111 11100 1010101 0 1010110 111011 10011 101010101 1001100 101110

Color Harmonies of #CF1C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1C55

Black with #CF1C55

Text Example


Text Example

White with #CF1C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1C55; }

 p { color: rgb(207,28,85); }

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

background-color css

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

 a { background-color: rgb(207,28,85); }

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

border-color css

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

 span { border-color: rgb(207,28,85); }

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