Html Css Color HEX #CF2A2E Mahogany

📋 copy color: '#CF2A2E'

red 207 ◦ green 42 ◦ blue 46

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

Shades of Mahogany #CF2A2E

Tints of Mahogany #CF2A2E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.24%

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

R = 70.17%
G = 14.24%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF2A2E (or 0xCF2A2E) is known color: Mahogany. HEX triplet: CF, 2A and 2E. RGB value is (207,42,46). Sum of RGB (Red+Green+Blue) = 207+42+46=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2A2E is #30D5D1. Grayscale: #5B5B5B. Windows color (decimal): -3200466 or 3025615. OLE color: 3025615.

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

Color convert

RGB 207 42 46 -
CMYK 0 0.80 0.78 0.19
HSL 358.55º 0.66% 0.49% -
HSV(B) 358.55º 0.8% 0.81% -
XYZ 27.05 15.12 4.08 -
YUV 91.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 207 42 46 0 0.80 0.78 0.19 358.55 0.66 0.49
Hex CF 2A 2E 0 50 4E 13 167 42 31
Octal 317 52 56 0 120 116 23 547 102 61
Binary 11001111 101010 101110 0 1010000 1001110 10011 101100111 1000010 110001

Color Harmonies of #CF2A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2A2E

Black with #CF2A2E

Text Example


Text Example

White with #CF2A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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