Html Css Color HEX #CF363E Mahogany

📋 copy color: '#CF363E'

red 207 ◦ green 54 ◦ blue 62

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

Shades of Mahogany #CF363E

Tints of Mahogany #CF363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

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

R = 64.09%
G = 16.72%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF363E (or 0xCF363E) is known color: Mahogany. HEX triplet: CF, 36 and 3E. RGB value is (207,54,62). Sum of RGB (Red+Green+Blue) = 207+54+62=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF363E is #30C9C1. Grayscale: #646464. Windows color (decimal): -3197378 or 4077263. OLE color: 4077263.

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

Color convert

RGB 207 54 62 -
CMYK 0 0.74 0.70 0.19
HSL 356.86º 0.61% 0.51% -
HSV(B) 356.86º 0.74% 0.81% -
XYZ 27.92 16.25 6.22 -
YUV 100.66 106.19 203.85 -
System Red Green Blue C M Y K H S L
Decimal 207 54 62 0 0.74 0.70 0.19 356.86 0.61 0.51
Hex CF 36 3E 0 4A 46 13 165 3D 33
Octal 317 66 76 0 112 106 23 545 75 63
Binary 11001111 110110 111110 0 1001010 1000110 10011 101100101 111101 110011

Color Harmonies of #CF363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF363E

Black with #CF363E

Text Example


Text Example

White with #CF363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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