Html Css Color HEX #CF2931 Mahogany

📋 copy color: '#CF2931'

red 207 ◦ green 41 ◦ blue 49

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

Shades of Mahogany #CF2931

Tints of Mahogany #CF2931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 69.7%
G = 13.8%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF2931 (or 0xCF2931) is known color: Mahogany. HEX triplet: CF, 29 and 31. RGB value is (207,41,49). Sum of RGB (Red+Green+Blue) = 207+41+49=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2931 is #30D6CE. Grayscale: #5B5B5B. Windows color (decimal): -3200719 or 3221967. OLE color: 3221967.

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

Color convert

RGB 207 41 49 -
CMYK 0 0.80 0.76 0.19
HSL 357.11º 0.67% 0.49% -
HSV(B) 357.11º 0.8% 0.81% -
XYZ 27.08 15.07 4.39 -
YUV 91.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 207 41 49 0 0.80 0.76 0.19 357.11 0.67 0.49
Hex CF 29 31 0 50 4C 13 165 43 31
Octal 317 51 61 0 120 114 23 545 103 61
Binary 11001111 101001 110001 0 1010000 1001100 10011 101100101 1000011 110001

Color Harmonies of #CF2931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2931

Black with #CF2931

Text Example


Text Example

White with #CF2931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2931; }

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

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

background-color css

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

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

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

border-color css

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

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

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