Html Css Color HEX #CF2E37 Mahogany

📋 copy color: '#CF2E37'

red 207 ◦ green 46 ◦ blue 55

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

Shades of Mahogany #CF2E37

Tints of Mahogany #CF2E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.86%

R = 67.21%
G = 14.94%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF2E37 (or 0xCF2E37) is known color: Mahogany. HEX triplet: CF, 2E and 37. RGB value is (207,46,55). Sum of RGB (Red+Green+Blue) = 207+46+55=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E37 is #30D1C8. Grayscale: #5F5F5F. Windows color (decimal): -3199433 or 3616463. OLE color: 3616463.

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

Color convert

RGB 207 46 55 -
CMYK 0 0.78 0.73 0.19
HSL 356.65º 0.64% 0.5% -
HSV(B) 356.65º 0.78% 0.81% -
XYZ 27.4 15.5 5.16 -
YUV 95.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 207 46 55 0 0.78 0.73 0.19 356.65 0.64 0.5
Hex CF 2E 37 0 4E 49 13 165 40 32
Octal 317 56 67 0 116 111 23 545 100 62
Binary 11001111 101110 110111 0 1001110 1001001 10011 101100101 1000000 110010

Color Harmonies of #CF2E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E37

Black with #CF2E37

Text Example


Text Example

White with #CF2E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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