Html Css Color HEX #CF075B Ruby

📋 copy color: '#CF075B'

red 207 ◦ green 7 ◦ blue 91

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

Shades of Ruby #CF075B

Tints of Ruby #CF075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 67.87%
G = 2.3%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF075B (or 0xCF075B) is known color: Ruby. HEX triplet: CF, 07 and 5B. RGB value is (207,7,91). Sum of RGB (Red+Green+Blue) = 207+7+91=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF075B is #30F8A4. Grayscale: #4C4C4C. Windows color (decimal): -3209381 or 5965775. OLE color: 5965775.

HSL color Cylindrical-coordinate representation of color #CF075B: hue angle of 334.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF075B is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 7 91 -
CMYK 0 0.97 0.56 0.19
HSL 334.8º 0.93% 0.42% -
HSV(B) 334.8º 0.97% 0.81% -
XYZ 27.7 14.17 11.17 -
YUV 76.38 136.26 221.17 -
System Red Green Blue C M Y K H S L
Decimal 207 7 91 0 0.97 0.56 0.19 334.8 0.93 0.42
Hex CF 7 5B 0 61 38 13 14F 5D 2A
Octal 317 7 133 0 141 70 23 517 135 52
Binary 11001111 111 1011011 0 1100001 111000 10011 101001111 1011101 101010

Color Harmonies of #CF075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF075B

Black with #CF075B

Text Example


Text Example

White with #CF075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF075B; }

 p { color: rgb(207,7,91); }

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

background-color css

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

 a { background-color: rgb(207,7,91); }

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

border-color css

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

 span { border-color: rgb(207,7,91); }

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