Html Css Color HEX #CF3537 Mahogany

📋 copy color: '#CF3537'

red 207 ◦ green 53 ◦ blue 55

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

Shades of Mahogany #CF3537

Tints of Mahogany #CF3537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.46%

R = 65.71%
G = 16.83%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF3537 (or 0xCF3537) is known color: Mahogany. HEX triplet: CF, 35 and 37. RGB value is (207,53,55). Sum of RGB (Red+Green+Blue) = 207+53+55=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3537 is #30CAC8. Grayscale: #636363. Windows color (decimal): -3197641 or 3618255. OLE color: 3618255.

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

Color convert

RGB 207 53 55 -
CMYK 0 0.74 0.73 0.19
HSL 359.22º 0.62% 0.51% -
HSV(B) 359.22º 0.74% 0.81% -
XYZ 27.69 16.09 5.26 -
YUV 99.27 103.02 204.84 -
System Red Green Blue C M Y K H S L
Decimal 207 53 55 0 0.74 0.73 0.19 359.22 0.62 0.51
Hex CF 35 37 0 4A 49 13 167 3E 33
Octal 317 65 67 0 112 111 23 547 76 63
Binary 11001111 110101 110111 0 1001010 1001001 10011 101100111 111110 110011

Color Harmonies of #CF3537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3537

Black with #CF3537

Text Example


Text Example

White with #CF3537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3537; }

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

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

background-color css

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

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

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

border-color css

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

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

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