Html Css Color HEX #CF383E Mahogany

📋 copy color: '#CF383E'

red 207 ◦ green 56 ◦ blue 62

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

Shades of Mahogany #CF383E

Tints of Mahogany #CF383E

RGB

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

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

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

R = 63.69%
G = 17.23%
B = 19.08%

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

#CF383E (or 0xCF383E) is known color: Mahogany. HEX triplet: CF, 38 and 3E. RGB value is (207,56,62). Sum of RGB (Red+Green+Blue) = 207+56+62=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF383E is #30C7C1. Grayscale: #656565. Windows color (decimal): -3196866 or 4077775. OLE color: 4077775.

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

Color convert

RGB 207 56 62 -
CMYK 0 0.73 0.70 0.19
HSL 357.62º 0.61% 0.52% -
HSV(B) 357.62º 0.73% 0.81% -
XYZ 28.02 16.44 6.25 -
YUV 101.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 207 56 62 0 0.73 0.70 0.19 357.62 0.61 0.52
Hex CF 38 3E 0 49 46 13 166 3D 34
Octal 317 70 76 0 111 106 23 546 75 64
Binary 11001111 111000 111110 0 1001001 1000110 10011 101100110 111101 110100

Color Harmonies of #CF383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF383E

Black with #CF383E

Text Example


Text Example

White with #CF383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF383E; }

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

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

background-color css

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

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

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

border-color css

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

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

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