Html Css Color HEX #CF292E Mahogany

📋 copy color: '#CF292E'

red 207 ◦ green 41 ◦ blue 46

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

Shades of Mahogany #CF292E

Tints of Mahogany #CF292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

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

R = 70.41%
G = 13.95%
B = 15.65%

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

#CF292E (or 0xCF292E) is known color: Mahogany. HEX triplet: CF, 29 and 2E. RGB value is (207,41,46). Sum of RGB (Red+Green+Blue) = 207+41+46=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF292E is #30D6D1. Grayscale: #5B5B5B. Windows color (decimal): -3200722 or 3025359. OLE color: 3025359.

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

Color convert

RGB 207 41 46 -
CMYK 0 0.80 0.78 0.19
HSL 358.19º 0.67% 0.49% -
HSV(B) 358.19º 0.8% 0.81% -
XYZ 27.02 15.05 4.07 -
YUV 91.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 207 41 46 0 0.80 0.78 0.19 358.19 0.67 0.49
Hex CF 29 2E 0 50 4E 13 166 43 31
Octal 317 51 56 0 120 116 23 546 103 61
Binary 11001111 101001 101110 0 1010000 1001110 10011 101100110 1000011 110001

Color Harmonies of #CF292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF292E

Black with #CF292E

Text Example


Text Example

White with #CF292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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