Html Css Color HEX #CF1357 Ruby

📋 copy color: '#CF1357'

red 207 ◦ green 19 ◦ blue 87

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

Shades of Ruby #CF1357

Tints of Ruby #CF1357

RGB

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

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

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

R = 66.13%
G = 6.07%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF1357 (or 0xCF1357) is known color: Ruby. HEX triplet: CF, 13 and 57. RGB value is (207,19,87). Sum of RGB (Red+Green+Blue) = 207+19+87=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1357 is #30ECA8. Grayscale: #525252. Windows color (decimal): -3206313 or 5706703. OLE color: 5706703.

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

Color convert

RGB 207 19 87 -
CMYK 0 0.91 0.58 0.19
HSL 338.3º 0.83% 0.44% -
HSV(B) 338.3º 0.91% 0.81% -
XYZ 27.69 14.42 10.34 -
YUV 82.96 130.28 216.47 -
System Red Green Blue C M Y K H S L
Decimal 207 19 87 0 0.91 0.58 0.19 338.3 0.83 0.44
Hex CF 13 57 0 5B 3A 13 152 53 2C
Octal 317 23 127 0 133 72 23 522 123 54
Binary 11001111 10011 1010111 0 1011011 111010 10011 101010010 1010011 101100

Color Harmonies of #CF1357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1357

Black with #CF1357

Text Example


Text Example

White with #CF1357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1357; }

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

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

background-color css

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

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

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

border-color css

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

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

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