Html Css Color HEX #CF363F Mahogany

📋 copy color: '#CF363F'

red 207 ◦ green 54 ◦ blue 63

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

Shades of Mahogany #CF363F

Tints of Mahogany #CF363F

RGB

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

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

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

R = 63.89%
G = 16.67%
B = 19.44%

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

#CF363F (or 0xCF363F) is known color: Mahogany. HEX triplet: CF, 36 and 3F. RGB value is (207,54,63). Sum of RGB (Red+Green+Blue) = 207+54+63=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF363F is #30C9C0. Grayscale: #646464. Windows color (decimal): -3197377 or 4142799. OLE color: 4142799.

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

Color convert

RGB 207 54 63 -
CMYK 0 0.74 0.70 0.19
HSL 356.47º 0.61% 0.51% -
HSV(B) 356.47º 0.74% 0.81% -
XYZ 27.95 16.26 6.37 -
YUV 100.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 207 54 63 0 0.74 0.70 0.19 356.47 0.61 0.51
Hex CF 36 3F 0 4A 46 13 164 3D 33
Octal 317 66 77 0 112 106 23 544 75 63
Binary 11001111 110110 111111 0 1001010 1000110 10011 101100100 111101 110011

Color Harmonies of #CF363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF363F

Black with #CF363F

Text Example


Text Example

White with #CF363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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