Html Css Color HEX #CF3539 Mahogany

📋 copy color: '#CF3539'

red 207 ◦ green 53 ◦ blue 57

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

Shades of Mahogany #CF3539

Tints of Mahogany #CF3539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.98%

R = 65.3%
G = 16.72%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF3539 (or 0xCF3539) is known color: Mahogany. HEX triplet: CF, 35 and 39. RGB value is (207,53,57). Sum of RGB (Red+Green+Blue) = 207+53+57=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3539 is #30CAC6. Grayscale: #636363. Windows color (decimal): -3197639 or 3749327. OLE color: 3749327.

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

Color convert

RGB 207 53 57 -
CMYK 0 0.74 0.72 0.19
HSL 358.44º 0.62% 0.51% -
HSV(B) 358.44º 0.74% 0.81% -
XYZ 27.74 16.11 5.52 -
YUV 99.5 104.02 204.67 -
System Red Green Blue C M Y K H S L
Decimal 207 53 57 0 0.74 0.72 0.19 358.44 0.62 0.51
Hex CF 35 39 0 4A 48 13 166 3E 33
Octal 317 65 71 0 112 110 23 546 76 63
Binary 11001111 110101 111001 0 1001010 1001000 10011 101100110 111110 110011

Color Harmonies of #CF3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3539

Black with #CF3539

Text Example


Text Example

White with #CF3539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3539; }

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

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

background-color css

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

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

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

border-color css

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

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

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