Html Css Color HEX #CF373F Mahogany

📋 copy color: '#CF373F'

red 207 ◦ green 55 ◦ blue 63

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

Shades of Mahogany #CF373F

Tints of Mahogany #CF373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

 BLUE value IS 63 (25% from 255) = 19.38%

R = 63.69%
G = 16.92%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF373F (or 0xCF373F) is known color: Mahogany. HEX triplet: CF, 37 and 3F. RGB value is (207,55,63). Sum of RGB (Red+Green+Blue) = 207+55+63=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF373F is #30C8C0. Grayscale: #656565. Windows color (decimal): -3197121 or 4143055. OLE color: 4143055.

HSL color Cylindrical-coordinate representation of color #CF373F: hue angle of 356.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF373F is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 55 63 -
CMYK 0 0.73 0.70 0.19
HSL 356.84º 0.61% 0.51% -
HSV(B) 356.84º 0.73% 0.81% -
XYZ 28 16.36 6.38 -
YUV 101.36 106.36 203.35 -
System Red Green Blue C M Y K H S L
Decimal 207 55 63 0 0.73 0.70 0.19 356.84 0.61 0.51
Hex CF 37 3F 0 49 46 13 165 3D 33
Octal 317 67 77 0 111 106 23 545 75 63
Binary 11001111 110111 111111 0 1001001 1000110 10011 101100101 111101 110011

Color Harmonies of #CF373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF373F

Black with #CF373F

Text Example


Text Example

White with #CF373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF373F; }

 p { color: rgb(207,55,63); }

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

background-color css

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

 a { background-color: rgb(207,55,63); }

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

border-color css

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

 span { border-color: rgb(207,55,63); }

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