Html Css Color HEX #CF2E36 Mahogany

📋 copy color: '#CF2E36'

red 207 ◦ green 46 ◦ blue 54

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

Shades of Mahogany #CF2E36

Tints of Mahogany #CF2E36

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.98%

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 67.43%
G = 14.98%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF2E36 (or 0xCF2E36) is known color: Mahogany. HEX triplet: CF, 2E and 36. RGB value is (207,46,54). Sum of RGB (Red+Green+Blue) = 207+46+54=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E36 is #30D1C9. Grayscale: #5F5F5F. Windows color (decimal): -3199434 or 3550927. OLE color: 3550927.

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

Color convert

RGB 207 46 54 -
CMYK 0 0.78 0.74 0.19
HSL 357.02º 0.64% 0.5% -
HSV(B) 357.02º 0.78% 0.81% -
XYZ 27.37 15.49 5.04 -
YUV 95.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 207 46 54 0 0.78 0.74 0.19 357.02 0.64 0.5
Hex CF 2E 36 0 4E 4A 13 165 40 32
Octal 317 56 66 0 116 112 23 545 100 62
Binary 11001111 101110 110110 0 1001110 1001010 10011 101100101 1000000 110010

Color Harmonies of #CF2E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E36

Black with #CF2E36

Text Example


Text Example

White with #CF2E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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