Html Css Color HEX #CF2C3A Mahogany

📋 copy color: '#CF2C3A'

red 207 ◦ green 44 ◦ blue 58

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

Shades of Mahogany #CF2C3A

Tints of Mahogany #CF2C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 66.99%
G = 14.24%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF2C3A (or 0xCF2C3A) is known color: Mahogany. HEX triplet: CF, 2C and 3A. RGB value is (207,44,58). Sum of RGB (Red+Green+Blue) = 207+44+58=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2C3A is #30D3C5. Grayscale: #5E5E5E. Windows color (decimal): -3199942 or 3812559. OLE color: 3812559.

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

Color convert

RGB 207 44 58 -
CMYK 0 0.79 0.72 0.19
HSL 354.85º 0.65% 0.49% -
HSV(B) 354.85º 0.79% 0.81% -
XYZ 27.4 15.37 5.53 -
YUV 94.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 207 44 58 0 0.79 0.72 0.19 354.85 0.65 0.49
Hex CF 2C 3A 0 4F 48 13 163 41 31
Octal 317 54 72 0 117 110 23 543 101 61
Binary 11001111 101100 111010 0 1001111 1001000 10011 101100011 1000001 110001

Color Harmonies of #CF2C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2C3A

Black with #CF2C3A

Text Example


Text Example

White with #CF2C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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