Html Css Color HEX #CF1855 Ruby

📋 copy color: '#CF1855'

red 207 ◦ green 24 ◦ blue 85

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

Shades of Ruby #CF1855

Tints of Ruby #CF1855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.59%

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

R = 65.51%
G = 7.59%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF1855 (or 0xCF1855) is known color: Ruby. HEX triplet: CF, 18 and 55. RGB value is (207,24,85). Sum of RGB (Red+Green+Blue) = 207+24+85=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1855 is #30E7AA. Grayscale: #555555. Windows color (decimal): -3205035 or 5576911. OLE color: 5576911.

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

Color convert

RGB 207 24 85 -
CMYK 0 0.88 0.59 0.19
HSL 340º 0.79% 0.45% -
HSV(B) 340º 0.88% 0.81% -
XYZ 27.7 14.57 9.95 -
YUV 85.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 207 24 85 0 0.88 0.59 0.19 340 0.79 0.45
Hex CF 18 55 0 58 3B 13 154 4F 2D
Octal 317 30 125 0 130 73 23 524 117 55
Binary 11001111 11000 1010101 0 1011000 111011 10011 101010100 1001111 101101

Color Harmonies of #CF1855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1855

Black with #CF1855

Text Example


Text Example

White with #CF1855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1855; }

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

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

background-color css

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

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

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

border-color css

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

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

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