Html Css Color HEX #CF363B Mahogany

📋 copy color: '#CF363B'

red 207 ◦ green 54 ◦ blue 59

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

Shades of Mahogany #CF363B

Tints of Mahogany #CF363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.44%

R = 64.69%
G = 16.88%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF363B (or 0xCF363B) is known color: Mahogany. HEX triplet: CF, 36 and 3B. RGB value is (207,54,59). Sum of RGB (Red+Green+Blue) = 207+54+59=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF363B is #30C9C4. Grayscale: #646464. Windows color (decimal): -3197381 or 3880655. OLE color: 3880655.

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

Color convert

RGB 207 54 59 -
CMYK 0 0.74 0.71 0.19
HSL 358.04º 0.61% 0.51% -
HSV(B) 358.04º 0.74% 0.81% -
XYZ 27.84 16.22 5.8 -
YUV 100.32 104.69 204.09 -
System Red Green Blue C M Y K H S L
Decimal 207 54 59 0 0.74 0.71 0.19 358.04 0.61 0.51
Hex CF 36 3B 0 4A 47 13 166 3D 33
Octal 317 66 73 0 112 107 23 546 75 63
Binary 11001111 110110 111011 0 1001010 1000111 10011 101100110 111101 110011

Color Harmonies of #CF363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF363B

Black with #CF363B

Text Example


Text Example

White with #CF363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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