Html Css Color HEX #CF292A Mahogany

📋 copy color: '#CF292A'

red 207 ◦ green 41 ◦ blue 42

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

Shades of Mahogany #CF292A

Tints of Mahogany #CF292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.48%

R = 71.38%
G = 14.14%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF292A (or 0xCF292A) is known color: Mahogany. HEX triplet: CF, 29 and 2A. RGB value is (207,41,42). Sum of RGB (Red+Green+Blue) = 207+41+42=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF292A is #30D6D5. Grayscale: #5A5A5A. Windows color (decimal): -3200726 or 2763215. OLE color: 2763215.

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

Color convert

RGB 207 41 42 -
CMYK 0 0.80 0.80 0.19
HSL 359.64º 0.67% 0.49% -
HSV(B) 359.64º 0.8% 0.81% -
XYZ 26.94 15.02 3.67 -
YUV 90.75 100.5 210.92 -
System Red Green Blue C M Y K H S L
Decimal 207 41 42 0 0.80 0.80 0.19 359.64 0.67 0.49
Hex CF 29 2A 0 50 50 13 168 43 31
Octal 317 51 52 0 120 120 23 550 103 61
Binary 11001111 101001 101010 0 1010000 1010000 10011 101101000 1000011 110001

Color Harmonies of #CF292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF292A

Black with #CF292A

Text Example


Text Example

White with #CF292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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