Html Css Color HEX #CF353B Mahogany

📋 copy color: '#CF353B'

red 207 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #CF353B

Tints of Mahogany #CF353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

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

R = 64.89%
G = 16.61%
B = 18.5%

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

#CF353B (or 0xCF353B) is known color: Mahogany. HEX triplet: CF, 35 and 3B. RGB value is (207,53,59). Sum of RGB (Red+Green+Blue) = 207+53+59=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF353B is #30CAC4. Grayscale: #636363. Windows color (decimal): -3197637 or 3880399. OLE color: 3880399.

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

Color convert

RGB 207 53 59 -
CMYK 0 0.74 0.71 0.19
HSL 357.66º 0.62% 0.51% -
HSV(B) 357.66º 0.74% 0.81% -
XYZ 27.79 16.13 5.79 -
YUV 99.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 207 53 59 0 0.74 0.71 0.19 357.66 0.62 0.51
Hex CF 35 3B 0 4A 47 13 166 3E 33
Octal 317 65 73 0 112 107 23 546 76 63
Binary 11001111 110101 111011 0 1001010 1000111 10011 101100110 111110 110011

Color Harmonies of #CF353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF353B

Black with #CF353B

Text Example


Text Example

White with #CF353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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