Html Css Color HEX #CF3139 Mahogany

📋 copy color: '#CF3139'

red 207 ◦ green 49 ◦ blue 57

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

Shades of Mahogany #CF3139

Tints of Mahogany #CF3139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 57 (22.66% from 255) = 18.21%

R = 66.13%
G = 15.65%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF3139 (or 0xCF3139) is known color: Mahogany. HEX triplet: CF, 31 and 39. RGB value is (207,49,57). Sum of RGB (Red+Green+Blue) = 207+49+57=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3139 is #30CEC6. Grayscale: #616161. Windows color (decimal): -3198663 or 3748303. OLE color: 3748303.

HSL color Cylindrical-coordinate representation of color #CF3139: hue angle of 356.96º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3139 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 49 57 -
CMYK 0 0.76 0.72 0.19
HSL 356.96º 0.62% 0.5% -
HSV(B) 356.96º 0.76% 0.81% -
XYZ 27.57 15.76 5.46 -
YUV 97.15 105.35 206.35 -
System Red Green Blue C M Y K H S L
Decimal 207 49 57 0 0.76 0.72 0.19 356.96 0.62 0.5
Hex CF 31 39 0 4C 48 13 165 3E 32
Octal 317 61 71 0 114 110 23 545 76 62
Binary 11001111 110001 111001 0 1001100 1001000 10011 101100101 111110 110010

Color Harmonies of #CF3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3139

Black with #CF3139

Text Example


Text Example

White with #CF3139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3139; }

 p { color: rgb(207,49,57); }

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

background-color css

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

 a { background-color: rgb(207,49,57); }

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

border-color css

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

 span { border-color: rgb(207,49,57); }

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