Html Css Color HEX #CF292F Mahogany

📋 copy color: '#CF292F'

red 207 ◦ green 41 ◦ blue 47

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

Shades of Mahogany #CF292F

Tints of Mahogany #CF292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 70.17%
G = 13.9%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF292F (or 0xCF292F) is known color: Mahogany. HEX triplet: CF, 29 and 2F. RGB value is (207,41,47). Sum of RGB (Red+Green+Blue) = 207+41+47=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF292F is #30D6D0. Grayscale: #5B5B5B. Windows color (decimal): -3200721 or 3090895. OLE color: 3090895.

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

Color convert

RGB 207 41 47 -
CMYK 0 0.80 0.77 0.19
HSL 357.83º 0.67% 0.49% -
HSV(B) 357.83º 0.8% 0.81% -
XYZ 27.04 15.06 4.17 -
YUV 91.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 207 41 47 0 0.80 0.77 0.19 357.83 0.67 0.49
Hex CF 29 2F 0 50 4D 13 166 43 31
Octal 317 51 57 0 120 115 23 546 103 61
Binary 11001111 101001 101111 0 1010000 1001101 10011 101100110 1000011 110001

Color Harmonies of #CF292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF292F

Black with #CF292F

Text Example


Text Example

White with #CF292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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