Html Css Color HEX #CF393E Mahogany

📋 copy color: '#CF393E'

red 207 ◦ green 57 ◦ blue 62

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

Shades of Mahogany #CF393E

Tints of Mahogany #CF393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.48%

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

R = 63.5%
G = 17.48%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF393E (or 0xCF393E) is known color: Mahogany. HEX triplet: CF, 39 and 3E. RGB value is (207,57,62). Sum of RGB (Red+Green+Blue) = 207+57+62=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF393E is #30C6C1. Grayscale: #666666. Windows color (decimal): -3196610 or 4078031. OLE color: 4078031.

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

Color convert

RGB 207 57 62 -
CMYK 0 0.72 0.70 0.19
HSL 358º 0.61% 0.52% -
HSV(B) 358º 0.72% 0.81% -
XYZ 28.06 16.54 6.27 -
YUV 102.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 207 57 62 0 0.72 0.70 0.19 358 0.61 0.52
Hex CF 39 3E 0 48 46 13 166 3D 34
Octal 317 71 76 0 110 106 23 546 75 64
Binary 11001111 111001 111110 0 1001000 1000110 10011 101100110 111101 110100

Color Harmonies of #CF393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF393E

Black with #CF393E

Text Example


Text Example

White with #CF393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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