Html Css Color HEX #CF373E Mahogany

📋 copy color: '#CF373E'

red 207 ◦ green 55 ◦ blue 62

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

Shades of Mahogany #CF373E

Tints of Mahogany #CF373E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 63.89%
G = 16.98%
B = 19.14%

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

#CF373E (or 0xCF373E) is known color: Mahogany. HEX triplet: CF, 37 and 3E. RGB value is (207,55,62). Sum of RGB (Red+Green+Blue) = 207+55+62=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF373E is #30C8C1. Grayscale: #656565. Windows color (decimal): -3197122 or 4077519. OLE color: 4077519.

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

Color convert

RGB 207 55 62 -
CMYK 0 0.73 0.70 0.19
HSL 357.24º 0.61% 0.51% -
HSV(B) 357.24º 0.73% 0.81% -
XYZ 27.97 16.35 6.24 -
YUV 101.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 207 55 62 0 0.73 0.70 0.19 357.24 0.61 0.51
Hex CF 37 3E 0 49 46 13 165 3D 33
Octal 317 67 76 0 111 106 23 545 75 63
Binary 11001111 110111 111110 0 1001001 1000110 10011 101100101 111101 110011

Color Harmonies of #CF373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF373E

Black with #CF373E

Text Example


Text Example

White with #CF373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF373E; }

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

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

background-color css

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

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

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

border-color css

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

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

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