Html Css Color HEX #CF2E3B Mahogany

📋 copy color: '#CF2E3B'

red 207 ◦ green 46 ◦ blue 59

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

Shades of Mahogany #CF2E3B

Tints of Mahogany #CF2E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 66.35%
G = 14.74%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF2E3B (or 0xCF2E3B) is known color: Mahogany. HEX triplet: CF, 2E and 3B. RGB value is (207,46,59). Sum of RGB (Red+Green+Blue) = 207+46+59=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E3B is #30D1C4. Grayscale: #5F5F5F. Windows color (decimal): -3199429 or 3878607. OLE color: 3878607.

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

Color convert

RGB 207 46 59 -
CMYK 0 0.78 0.71 0.19
HSL 355.16º 0.64% 0.5% -
HSV(B) 355.16º 0.78% 0.81% -
XYZ 27.5 15.54 5.69 -
YUV 95.62 107.34 207.44 -
System Red Green Blue C M Y K H S L
Decimal 207 46 59 0 0.78 0.71 0.19 355.16 0.64 0.5
Hex CF 2E 3B 0 4E 47 13 163 40 32
Octal 317 56 73 0 116 107 23 543 100 62
Binary 11001111 101110 111011 0 1001110 1000111 10011 101100011 1000000 110010

Color Harmonies of #CF2E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E3B

Black with #CF2E3B

Text Example


Text Example

White with #CF2E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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