Html Css Color HEX #CF175F Ruby

📋 copy color: '#CF175F'

red 207 ◦ green 23 ◦ blue 95

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

Shades of Ruby #CF175F

Tints of Ruby #CF175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.08%

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 63.69%
G = 7.08%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF175F (or 0xCF175F) is known color: Ruby. HEX triplet: CF, 17 and 5F. RGB value is (207,23,95). Sum of RGB (Red+Green+Blue) = 207+23+95=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF175F is #30E8A0. Grayscale: #565656. Windows color (decimal): -3205281 or 6232015. OLE color: 6232015.

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

Color convert

RGB 207 23 95 -
CMYK 0 0.89 0.54 0.19
HSL 336.52º 0.8% 0.45% -
HSV(B) 336.52º 0.89% 0.81% -
XYZ 28.1 14.7 12.18 -
YUV 86.22 132.96 214.15 -
System Red Green Blue C M Y K H S L
Decimal 207 23 95 0 0.89 0.54 0.19 336.52 0.8 0.45
Hex CF 17 5F 0 59 36 13 151 50 2D
Octal 317 27 137 0 131 66 23 521 120 55
Binary 11001111 10111 1011111 0 1011001 110110 10011 101010001 1010000 101101

Color Harmonies of #CF175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF175F

Black with #CF175F

Text Example


Text Example

White with #CF175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF175F; }

 p { color: rgb(207,23,95); }

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

background-color css

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

 a { background-color: rgb(207,23,95); }

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

border-color css

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

 span { border-color: rgb(207,23,95); }

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