Html Css Color HEX #CF1552 Ruby

📋 copy color: '#CF1552'

red 207 ◦ green 21 ◦ blue 82

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

Shades of Ruby #CF1552

Tints of Ruby #CF1552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.77%

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

R = 66.77%
G = 6.77%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF1552 (or 0xCF1552) is known color: Ruby. HEX triplet: CF, 15 and 52. RGB value is (207,21,82). Sum of RGB (Red+Green+Blue) = 207+21+82=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1552 is #30EAAD. Grayscale: #535353. Windows color (decimal): -3205806 or 5379535. OLE color: 5379535.

HSL color Cylindrical-coordinate representation of color #CF1552: hue angle of 340.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1552 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 82 -
CMYK 0 0.90 0.60 0.19
HSL 340.32º 0.82% 0.45% -
HSV(B) 340.32º 0.9% 0.81% -
XYZ 27.52 14.41 9.31 -
YUV 83.57 127.12 216.04 -
System Red Green Blue C M Y K H S L
Decimal 207 21 82 0 0.90 0.60 0.19 340.32 0.82 0.45
Hex CF 15 52 0 5A 3C 13 154 52 2D
Octal 317 25 122 0 132 74 23 524 122 55
Binary 11001111 10101 1010010 0 1011010 111100 10011 101010100 1010010 101101

Color Harmonies of #CF1552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1552

Black with #CF1552

Text Example


Text Example

White with #CF1552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1552; }

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

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

background-color css

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

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

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

border-color css

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

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

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