Html Css Color HEX #CF373D Mahogany

📋 copy color: '#CF373D'

red 207 ◦ green 55 ◦ blue 61

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

Shades of Mahogany #CF373D

Tints of Mahogany #CF373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 64.09%
G = 17.03%
B = 18.89%

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

#CF373D (or 0xCF373D) is known color: Mahogany. HEX triplet: CF, 37 and 3D. RGB value is (207,55,61). Sum of RGB (Red+Green+Blue) = 207+55+61=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF373D is #30C8C2. Grayscale: #656565. Windows color (decimal): -3197123 or 4011983. OLE color: 4011983.

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

Color convert

RGB 207 55 61 -
CMYK 0 0.73 0.71 0.19
HSL 357.63º 0.61% 0.51% -
HSV(B) 357.63º 0.73% 0.81% -
XYZ 27.94 16.33 6.1 -
YUV 101.13 105.36 203.51 -
System Red Green Blue C M Y K H S L
Decimal 207 55 61 0 0.73 0.71 0.19 357.63 0.61 0.51
Hex CF 37 3D 0 49 47 13 166 3D 33
Octal 317 67 75 0 111 107 23 546 75 63
Binary 11001111 110111 111101 0 1001001 1000111 10011 101100110 111101 110011

Color Harmonies of #CF373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF373D

Black with #CF373D

Text Example


Text Example

White with #CF373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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