Html Css Color HEX #CF1368 Ruby

📋 copy color: '#CF1368'

red 207 ◦ green 19 ◦ blue 104

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

Shades of Ruby #CF1368

Tints of Ruby #CF1368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

 BLUE value IS 104 (41.02% from 255) = 31.52%

R = 62.73%
G = 5.76%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF1368 (or 0xCF1368) is known color: Ruby. HEX triplet: CF, 13 and 68. RGB value is (207,19,104). Sum of RGB (Red+Green+Blue) = 207+19+104=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1368 is #30EC97. Grayscale: #545454. Windows color (decimal): -3206296 or 6820815. OLE color: 6820815.

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

Color convert

RGB 207 19 104 -
CMYK 0 0.91 0.50 0.19
HSL 332.87º 0.83% 0.44% -
HSV(B) 332.87º 0.91% 0.81% -
XYZ 28.46 14.73 14.44 -
YUV 84.9 138.78 215.09 -
System Red Green Blue C M Y K H S L
Decimal 207 19 104 0 0.91 0.50 0.19 332.87 0.83 0.44
Hex CF 13 68 0 5B 32 13 14D 53 2C
Octal 317 23 150 0 133 62 23 515 123 54
Binary 11001111 10011 1101000 0 1011011 110010 10011 101001101 1010011 101100

Color Harmonies of #CF1368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1368

Black with #CF1368

Text Example


Text Example

White with #CF1368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1368; }

 p { color: rgb(207,19,104); }

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

background-color css

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

 a { background-color: rgb(207,19,104); }

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

border-color css

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

 span { border-color: rgb(207,19,104); }

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