Html Css Color HEX #CF134F Ruby

📋 copy color: '#CF134F'

red 207 ◦ green 19 ◦ blue 79

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

Shades of Ruby #CF134F

Tints of Ruby #CF134F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.9%

R = 67.87%
G = 6.23%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF134F (or 0xCF134F) is known color: Ruby. HEX triplet: CF, 13 and 4F. RGB value is (207,19,79). Sum of RGB (Red+Green+Blue) = 207+19+79=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF134F is #30ECB0. Grayscale: #515151. Windows color (decimal): -3206321 or 5182415. OLE color: 5182415.

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

Color convert

RGB 207 19 79 -
CMYK 0 0.91 0.62 0.19
HSL 340.85º 0.83% 0.44% -
HSV(B) 340.85º 0.91% 0.81% -
XYZ 27.38 14.3 8.71 -
YUV 82.05 126.28 217.12 -
System Red Green Blue C M Y K H S L
Decimal 207 19 79 0 0.91 0.62 0.19 340.85 0.83 0.44
Hex CF 13 4F 0 5B 3E 13 155 53 2C
Octal 317 23 117 0 133 76 23 525 123 54
Binary 11001111 10011 1001111 0 1011011 111110 10011 101010101 1010011 101100

Color Harmonies of #CF134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF134F

Black with #CF134F

Text Example


Text Example

White with #CF134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF134F; }

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

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

background-color css

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

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

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

border-color css

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

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

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