Html Css Color HEX #CF313A Mahogany

📋 copy color: '#CF313A'

red 207 ◦ green 49 ◦ blue 58

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

Shades of Mahogany #CF313A

Tints of Mahogany #CF313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 65.92%
G = 15.61%
B = 18.47%

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

#CF313A (or 0xCF313A) is known color: Mahogany. HEX triplet: CF, 31 and 3A. RGB value is (207,49,58). Sum of RGB (Red+Green+Blue) = 207+49+58=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF313A is #30CEC5. Grayscale: #616161. Windows color (decimal): -3198662 or 3813839. OLE color: 3813839.

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

Color convert

RGB 207 49 58 -
CMYK 0 0.76 0.72 0.19
HSL 356.58º 0.62% 0.5% -
HSV(B) 356.58º 0.76% 0.81% -
XYZ 27.59 15.77 5.59 -
YUV 97.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 207 49 58 0 0.76 0.72 0.19 356.58 0.62 0.5
Hex CF 31 3A 0 4C 48 13 165 3E 32
Octal 317 61 72 0 114 110 23 545 76 62
Binary 11001111 110001 111010 0 1001100 1001000 10011 101100101 111110 110010

Color Harmonies of #CF313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF313A

Black with #CF313A

Text Example


Text Example

White with #CF313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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