Html Css Color HEX #CF1451 Ruby

📋 copy color: '#CF1451'

red 207 ◦ green 20 ◦ blue 81

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

Shades of Ruby #CF1451

Tints of Ruby #CF1451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.49%

 BLUE value IS 81 (32.03% from 255) = 26.3%

R = 67.21%
G = 6.49%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF1451 (or 0xCF1451) is known color: Ruby. HEX triplet: CF, 14 and 51. RGB value is (207,20,81). Sum of RGB (Red+Green+Blue) = 207+20+81=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1451 is #30EBAE. Grayscale: #525252. Windows color (decimal): -3206063 or 5313743. OLE color: 5313743.

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

Color convert

RGB 207 20 81 -
CMYK 0 0.90 0.61 0.19
HSL 340.43º 0.82% 0.45% -
HSV(B) 340.43º 0.9% 0.81% -
XYZ 27.47 14.36 9.11 -
YUV 82.87 126.95 216.54 -
System Red Green Blue C M Y K H S L
Decimal 207 20 81 0 0.90 0.61 0.19 340.43 0.82 0.45
Hex CF 14 51 0 5A 3D 13 154 52 2D
Octal 317 24 121 0 132 75 23 524 122 55
Binary 11001111 10100 1010001 0 1011010 111101 10011 101010100 1010010 101101

Color Harmonies of #CF1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1451

Black with #CF1451

Text Example


Text Example

White with #CF1451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1451; }

 p { color: rgb(207,20,81); }

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

background-color css

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

 a { background-color: rgb(207,20,81); }

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

border-color css

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

 span { border-color: rgb(207,20,81); }

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