Html Css Color HEX #CF2C32 Mahogany

📋 copy color: '#CF2C32'

red 207 ◦ green 44 ◦ blue 50

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

Shades of Mahogany #CF2C32

Tints of Mahogany #CF2C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 68.77%
G = 14.62%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF2C32 (or 0xCF2C32) is known color: Mahogany. HEX triplet: CF, 2C and 32. RGB value is (207,44,50). Sum of RGB (Red+Green+Blue) = 207+44+50=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2C32 is #30D3CD. Grayscale: #5D5D5D. Windows color (decimal): -3199950 or 3288271. OLE color: 3288271.

HSL color Cylindrical-coordinate representation of color #CF2C32: hue angle of 357.79º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2C32 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 44 50 -
CMYK 0 0.79 0.76 0.19
HSL 357.79º 0.65% 0.49% -
HSV(B) 357.79º 0.79% 0.81% -
XYZ 27.21 15.3 4.54 -
YUV 93.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 207 44 50 0 0.79 0.76 0.19 357.79 0.65 0.49
Hex CF 2C 32 0 4F 4C 13 166 41 31
Octal 317 54 62 0 117 114 23 546 101 61
Binary 11001111 101100 110010 0 1001111 1001100 10011 101100110 1000001 110001

Color Harmonies of #CF2C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2C32

Black with #CF2C32

Text Example


Text Example

White with #CF2C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2C32; }

 p { color: rgb(207,44,50); }

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

background-color css

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

 a { background-color: rgb(207,44,50); }

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

border-color css

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

 span { border-color: rgb(207,44,50); }

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