Html Css Color HEX #CF1457 Ruby

📋 copy color: '#CF1457'

red 207 ◦ green 20 ◦ blue 87

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

Shades of Ruby #CF1457

Tints of Ruby #CF1457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.71%

R = 65.92%
G = 6.37%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF1457 (or 0xCF1457) is known color: Ruby. HEX triplet: CF, 14 and 57. RGB value is (207,20,87). Sum of RGB (Red+Green+Blue) = 207+20+87=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1457 is #30EBA8. Grayscale: #535353. Windows color (decimal): -3206057 or 5706959. OLE color: 5706959.

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

Color convert

RGB 207 20 87 -
CMYK 0 0.90 0.58 0.19
HSL 338.5º 0.82% 0.45% -
HSV(B) 338.5º 0.9% 0.81% -
XYZ 27.7 14.45 10.35 -
YUV 83.55 129.95 216.05 -
System Red Green Blue C M Y K H S L
Decimal 207 20 87 0 0.90 0.58 0.19 338.5 0.82 0.45
Hex CF 14 57 0 5A 3A 13 153 52 2D
Octal 317 24 127 0 132 72 23 523 122 55
Binary 11001111 10100 1010111 0 1011010 111010 10011 101010011 1010010 101101

Color Harmonies of #CF1457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1457

Black with #CF1457

Text Example


Text Example

White with #CF1457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1457; }

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

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

background-color css

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

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

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

border-color css

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

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

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