Html Css Color HEX #CF0F5F Ruby

📋 copy color: '#CF0F5F'

red 207 ◦ green 15 ◦ blue 95

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

Shades of Ruby #CF0F5F

Tints of Ruby #CF0F5F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.73%

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

R = 65.3%
G = 4.73%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF0F5F (or 0xCF0F5F) is known color: Ruby. HEX triplet: CF, 0F and 5F. RGB value is (207,15,95). Sum of RGB (Red+Green+Blue) = 207+15+95=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F5F is #30F0A0. Grayscale: #515151. Windows color (decimal): -3207329 or 6229967. OLE color: 6229967.

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

Color convert

RGB 207 15 95 -
CMYK 0 0.93 0.54 0.19
HSL 335º 0.86% 0.44% -
HSV(B) 335º 0.93% 0.81% -
XYZ 27.97 14.43 12.14 -
YUV 81.53 135.61 217.5 -
System Red Green Blue C M Y K H S L
Decimal 207 15 95 0 0.93 0.54 0.19 335 0.86 0.44
Hex CF F 5F 0 5D 36 13 14F 56 2C
Octal 317 17 137 0 135 66 23 517 126 54
Binary 11001111 1111 1011111 0 1011101 110110 10011 101001111 1010110 101100

Color Harmonies of #CF0F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F5F

Black with #CF0F5F

Text Example


Text Example

White with #CF0F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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