Html Css Color HEX #CF3540 Mahogany

📋 copy color: '#CF3540'

red 207 ◦ green 53 ◦ blue 64

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

Shades of Mahogany #CF3540

Tints of Mahogany #CF3540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 63.89%
G = 16.36%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF3540 (or 0xCF3540) is known color: Mahogany. HEX triplet: CF, 35 and 40. RGB value is (207,53,64). Sum of RGB (Red+Green+Blue) = 207+53+64=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3540 is #30CABF. Grayscale: #646464. Windows color (decimal): -3197632 or 4208079. OLE color: 4208079.

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

Color convert

RGB 207 53 64 -
CMYK 0 0.74 0.69 0.19
HSL 355.71º 0.62% 0.51% -
HSV(B) 355.71º 0.74% 0.81% -
XYZ 27.93 16.18 6.5 -
YUV 100.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 207 53 64 0 0.74 0.69 0.19 355.71 0.62 0.51
Hex CF 35 40 0 4A 45 13 164 3E 33
Octal 317 65 100 0 112 105 23 544 76 63
Binary 11001111 110101 1000000 0 1001010 1000101 10011 101100100 111110 110011

Color Harmonies of #CF3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3540

Black with #CF3540

Text Example


Text Example

White with #CF3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3540; }

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

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

background-color css

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

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

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

border-color css

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

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

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