Html Css Color HEX #CF135B Ruby

📋 copy color: '#CF135B'

red 207 ◦ green 19 ◦ blue 91

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

Shades of Ruby #CF135B

Tints of Ruby #CF135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 65.3%
G = 5.99%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF135B (or 0xCF135B) is known color: Ruby. HEX triplet: CF, 13 and 5B. RGB value is (207,19,91). Sum of RGB (Red+Green+Blue) = 207+19+91=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF135B is #30ECA4. Grayscale: #535353. Windows color (decimal): -3206309 or 5968847. OLE color: 5968847.

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

Color convert

RGB 207 19 91 -
CMYK 0 0.91 0.56 0.19
HSL 337.02º 0.83% 0.44% -
HSV(B) 337.02º 0.91% 0.81% -
XYZ 27.85 14.49 11.23 -
YUV 83.42 132.28 216.15 -
System Red Green Blue C M Y K H S L
Decimal 207 19 91 0 0.91 0.56 0.19 337.02 0.83 0.44
Hex CF 13 5B 0 5B 38 13 151 53 2C
Octal 317 23 133 0 133 70 23 521 123 54
Binary 11001111 10011 1011011 0 1011011 111000 10011 101010001 1010011 101100

Color Harmonies of #CF135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF135B

Black with #CF135B

Text Example


Text Example

White with #CF135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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