Html Css Color HEX #CF383F Mahogany

📋 copy color: '#CF383F'

red 207 ◦ green 56 ◦ blue 63

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

Shades of Mahogany #CF383F

Tints of Mahogany #CF383F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.33%

R = 63.5%
G = 17.18%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF383F (or 0xCF383F) is known color: Mahogany. HEX triplet: CF, 38 and 3F. RGB value is (207,56,63). Sum of RGB (Red+Green+Blue) = 207+56+63=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF383F is #30C7C0. Grayscale: #666666. Windows color (decimal): -3196865 or 4143311. OLE color: 4143311.

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

Color convert

RGB 207 56 63 -
CMYK 0 0.73 0.70 0.19
HSL 357.22º 0.61% 0.52% -
HSV(B) 357.22º 0.73% 0.81% -
XYZ 28.04 16.45 6.4 -
YUV 101.95 106.03 202.93 -
System Red Green Blue C M Y K H S L
Decimal 207 56 63 0 0.73 0.70 0.19 357.22 0.61 0.52
Hex CF 38 3F 0 49 46 13 165 3D 34
Octal 317 70 77 0 111 106 23 545 75 64
Binary 11001111 111000 111111 0 1001001 1000110 10011 101100101 111101 110100

Color Harmonies of #CF383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF383F

Black with #CF383F

Text Example


Text Example

White with #CF383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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