Html Css Color HEX #CF373A Mahogany

📋 copy color: '#CF373A'

red 207 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #CF373A

Tints of Mahogany #CF373A

RGB

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

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

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

R = 64.69%
G = 17.19%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF373A (or 0xCF373A) is known color: Mahogany. HEX triplet: CF, 37 and 3A. RGB value is (207,55,58). Sum of RGB (Red+Green+Blue) = 207+55+58=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF373A is #30C8C5. Grayscale: #646464. Windows color (decimal): -3197126 or 3815375. OLE color: 3815375.

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

Color convert

RGB 207 55 58 -
CMYK 0 0.73 0.72 0.19
HSL 358.82º 0.61% 0.51% -
HSV(B) 358.82º 0.73% 0.81% -
XYZ 27.86 16.3 5.68 -
YUV 100.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 207 55 58 0 0.73 0.72 0.19 358.82 0.61 0.51
Hex CF 37 3A 0 49 48 13 167 3D 33
Octal 317 67 72 0 111 110 23 547 75 63
Binary 11001111 110111 111010 0 1001001 1001000 10011 101100111 111101 110011

Color Harmonies of #CF373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF373A

Black with #CF373A

Text Example


Text Example

White with #CF373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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