Html Css Color HEX #CF1152 Ruby

📋 copy color: '#CF1152'

red 207 ◦ green 17 ◦ blue 82

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

Shades of Ruby #CF1152

Tints of Ruby #CF1152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.56%

 BLUE value IS 82 (32.42% from 255) = 26.8%

R = 67.65%
G = 5.56%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF1152 (or 0xCF1152) is known color: Ruby. HEX triplet: CF, 11 and 52. RGB value is (207,17,82). Sum of RGB (Red+Green+Blue) = 207+17+82=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1152 is #30EEAD. Grayscale: #515151. Windows color (decimal): -3206830 or 5378511. OLE color: 5378511.

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

Color convert

RGB 207 17 82 -
CMYK 0 0.92 0.60 0.19
HSL 339.47º 0.85% 0.44% -
HSV(B) 339.47º 0.92% 0.81% -
XYZ 27.46 14.28 9.29 -
YUV 81.22 128.45 217.71 -
System Red Green Blue C M Y K H S L
Decimal 207 17 82 0 0.92 0.60 0.19 339.47 0.85 0.44
Hex CF 11 52 0 5C 3C 13 153 55 2C
Octal 317 21 122 0 134 74 23 523 125 54
Binary 11001111 10001 1010010 0 1011100 111100 10011 101010011 1010101 101100

Color Harmonies of #CF1152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1152

Black with #CF1152

Text Example


Text Example

White with #CF1152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1152; }

 p { color: rgb(207,17,82); }

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

background-color css

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

 a { background-color: rgb(207,17,82); }

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

border-color css

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

 span { border-color: rgb(207,17,82); }

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