Html Css Color HEX #CF3839 Mahogany

📋 copy color: '#CF3839'

red 207 ◦ green 56 ◦ blue 57

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

Shades of Mahogany #CF3839

Tints of Mahogany #CF3839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.5%

 BLUE value IS 57 (22.66% from 255) = 17.81%

R = 64.69%
G = 17.5%
B = 17.81%

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

#CF3839 (or 0xCF3839) is known color: Mahogany. HEX triplet: CF, 38 and 39. RGB value is (207,56,57). Sum of RGB (Red+Green+Blue) = 207+56+57=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3839 is #30C7C6. Grayscale: #656565. Windows color (decimal): -3196871 or 3750095. OLE color: 3750095.

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

Color convert

RGB 207 56 57 -
CMYK 0 0.73 0.72 0.19
HSL 359.6º 0.61% 0.52% -
HSV(B) 359.6º 0.73% 0.81% -
XYZ 27.88 16.39 5.56 -
YUV 101.26 103.03 203.42 -
System Red Green Blue C M Y K H S L
Decimal 207 56 57 0 0.73 0.72 0.19 359.6 0.61 0.52
Hex CF 38 39 0 49 48 13 168 3D 34
Octal 317 70 71 0 111 110 23 550 75 64
Binary 11001111 111000 111001 0 1001001 1001000 10011 101101000 111101 110100

Color Harmonies of #CF3839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3839

Black with #CF3839

Text Example


Text Example

White with #CF3839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3839; }

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

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

background-color css

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

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

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

border-color css

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

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

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