Html Css Color HEX #CF373B Mahogany

📋 copy color: '#CF373B'

red 207 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #CF373B

Tints of Mahogany #CF373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.38%

R = 64.49%
G = 17.13%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF373B (or 0xCF373B) is known color: Mahogany. HEX triplet: CF, 37 and 3B. RGB value is (207,55,59). Sum of RGB (Red+Green+Blue) = 207+55+59=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF373B is #30C8C4. Grayscale: #656565. Windows color (decimal): -3197125 or 3880911. OLE color: 3880911.

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

Color convert

RGB 207 55 59 -
CMYK 0 0.73 0.71 0.19
HSL 358.42º 0.61% 0.51% -
HSV(B) 358.42º 0.73% 0.81% -
XYZ 27.89 16.31 5.82 -
YUV 100.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 207 55 59 0 0.73 0.71 0.19 358.42 0.61 0.51
Hex CF 37 3B 0 49 47 13 166 3D 33
Octal 317 67 73 0 111 107 23 546 75 63
Binary 11001111 110111 111011 0 1001001 1000111 10011 101100110 111101 110011

Color Harmonies of #CF373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF373B

Black with #CF373B

Text Example


Text Example

White with #CF373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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