Html Css Color HEX #CF2D2E Mahogany

📋 copy color: '#CF2D2E'

red 207 ◦ green 45 ◦ blue 46

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

Shades of Mahogany #CF2D2E

Tints of Mahogany #CF2D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.1%

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 69.46%
G = 15.1%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF2D2E (or 0xCF2D2E) is known color: Mahogany. HEX triplet: CF, 2D and 2E. RGB value is (207,45,46). Sum of RGB (Red+Green+Blue) = 207+45+46=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2D2E is #30D2D1. Grayscale: #5D5D5D. Windows color (decimal): -3199698 or 3026383. OLE color: 3026383.

HSL color Cylindrical-coordinate representation of color #CF2D2E: hue angle of 359.63º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2D2E is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 45 46 -
CMYK 0 0.78 0.78 0.19
HSL 359.63º 0.64% 0.49% -
HSV(B) 359.63º 0.78% 0.81% -
XYZ 27.16 15.34 4.11 -
YUV 93.55 101.17 208.92 -
System Red Green Blue C M Y K H S L
Decimal 207 45 46 0 0.78 0.78 0.19 359.63 0.64 0.49
Hex CF 2D 2E 0 4E 4E 13 168 40 31
Octal 317 55 56 0 116 116 23 550 100 61
Binary 11001111 101101 101110 0 1001110 1001110 10011 101101000 1000000 110001

Color Harmonies of #CF2D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D2E

Black with #CF2D2E

Text Example


Text Example

White with #CF2D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D2E; }

 p { color: rgb(207,45,46); }

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

background-color css

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

 a { background-color: rgb(207,45,46); }

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

border-color css

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

 span { border-color: rgb(207,45,46); }

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