Html Css Color HEX #CF0F4F Ruby

📋 copy color: '#CF0F4F'

red 207 ◦ green 15 ◦ blue 79

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

Shades of Ruby #CF0F4F

Tints of Ruby #CF0F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.25%

R = 68.77%
G = 4.98%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF0F4F (or 0xCF0F4F) is known color: Ruby. HEX triplet: CF, 0F and 4F. RGB value is (207,15,79). Sum of RGB (Red+Green+Blue) = 207+15+79=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F4F is #30F0B0. Grayscale: #4F4F4F. Windows color (decimal): -3207345 or 5181391. OLE color: 5181391.

HSL color Cylindrical-coordinate representation of color #CF0F4F: hue angle of 340º 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 #CF0F4F is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 15 79 -
CMYK 0 0.93 0.62 0.19
HSL 340º 0.86% 0.44% -
HSV(B) 340º 0.93% 0.81% -
XYZ 27.31 14.17 8.69 -
YUV 79.7 127.61 218.8 -
System Red Green Blue C M Y K H S L
Decimal 207 15 79 0 0.93 0.62 0.19 340 0.86 0.44
Hex CF F 4F 0 5D 3E 13 154 56 2C
Octal 317 17 117 0 135 76 23 524 126 54
Binary 11001111 1111 1001111 0 1011101 111110 10011 101010100 1010110 101100

Color Harmonies of #CF0F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F4F

Black with #CF0F4F

Text Example


Text Example

White with #CF0F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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