Html Css Color HEX #CF135D Ruby

📋 copy color: '#CF135D'

red 207 ◦ green 19 ◦ blue 93

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

Shades of Ruby #CF135D

Tints of Ruby #CF135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 64.89%
G = 5.96%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF135D (or 0xCF135D) is known color: Ruby. HEX triplet: CF, 13 and 5D. RGB value is (207,19,93). Sum of RGB (Red+Green+Blue) = 207+19+93=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF135D is #30ECA2. Grayscale: #535353. Windows color (decimal): -3206307 or 6099919. OLE color: 6099919.

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

Color convert

RGB 207 19 93 -
CMYK 0 0.91 0.55 0.19
HSL 336.38º 0.83% 0.44% -
HSV(B) 336.38º 0.91% 0.81% -
XYZ 27.94 14.52 11.69 -
YUV 83.65 133.28 215.98 -
System Red Green Blue C M Y K H S L
Decimal 207 19 93 0 0.91 0.55 0.19 336.38 0.83 0.44
Hex CF 13 5D 0 5B 37 13 150 53 2C
Octal 317 23 135 0 133 67 23 520 123 54
Binary 11001111 10011 1011101 0 1011011 110111 10011 101010000 1010011 101100

Color Harmonies of #CF135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF135D

Black with #CF135D

Text Example


Text Example

White with #CF135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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