Html Css Color HEX #CF0265 Ruby

📋 copy color: '#CF0265'

red 207 ◦ green 2 ◦ blue 101

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

Shades of Ruby #CF0265

Tints of Ruby #CF0265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 66.77%
G = 0.65%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF0265 (or 0xCF0265) is known color: Ruby. HEX triplet: CF, 02 and 65. RGB value is (207,2,101). Sum of RGB (Red+Green+Blue) = 207+2+101=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0265 is #30FD9A. Grayscale: #4A4A4A. Windows color (decimal): -3210651 or 6619855. OLE color: 6619855.

HSL color Cylindrical-coordinate representation of color #CF0265: hue angle of 331.02º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0265 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 2 101 -
CMYK 0 0.99 0.51 0.19
HSL 331.02º 0.98% 0.41% -
HSV(B) 331.02º 0.99% 0.81% -
XYZ 28.1 14.25 13.58 -
YUV 74.58 142.92 222.45 -
System Red Green Blue C M Y K H S L
Decimal 207 2 101 0 0.99 0.51 0.19 331.02 0.98 0.41
Hex CF 2 65 0 63 33 13 14B 62 29
Octal 317 2 145 0 143 63 23 513 142 51
Binary 11001111 10 1100101 0 1100011 110011 10011 101001011 1100010 101001

Color Harmonies of #CF0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0265

Black with #CF0265

Text Example


Text Example

White with #CF0265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0265; }

 p { color: rgb(207,2,101); }

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

background-color css

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

 a { background-color: rgb(207,2,101); }

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

border-color css

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

 span { border-color: rgb(207,2,101); }

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