Html Css Color HEX #CF2F3A Mahogany

📋 copy color: '#CF2F3A'

red 207 ◦ green 47 ◦ blue 58

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

Shades of Mahogany #CF2F3A

Tints of Mahogany #CF2F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.06%

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

R = 66.35%
G = 15.06%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF2F3A (or 0xCF2F3A) is known color: Mahogany. HEX triplet: CF, 2F and 3A. RGB value is (207,47,58). Sum of RGB (Red+Green+Blue) = 207+47+58=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F3A is #30D0C5. Grayscale: #606060. Windows color (decimal): -3199174 or 3813327. OLE color: 3813327.

HSL color Cylindrical-coordinate representation of color #CF2F3A: hue angle of 355.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2F3A is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 47 58 -
CMYK 0 0.77 0.72 0.19
HSL 355.88º 0.63% 0.5% -
HSV(B) 355.88º 0.77% 0.81% -
XYZ 27.51 15.6 5.56 -
YUV 96.09 106.51 207.11 -
System Red Green Blue C M Y K H S L
Decimal 207 47 58 0 0.77 0.72 0.19 355.88 0.63 0.5
Hex CF 2F 3A 0 4D 48 13 164 3F 32
Octal 317 57 72 0 115 110 23 544 77 62
Binary 11001111 101111 111010 0 1001101 1001000 10011 101100100 111111 110010

Color Harmonies of #CF2F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F3A

Black with #CF2F3A

Text Example


Text Example

White with #CF2F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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