Html Css Color HEX #CF3237 Mahogany

📋 copy color: '#CF3237'

red 207 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #CF3237

Tints of Mahogany #CF3237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

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

R = 66.35%
G = 16.03%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF3237 (or 0xCF3237) is known color: Mahogany. HEX triplet: CF, 32 and 37. RGB value is (207,50,55). Sum of RGB (Red+Green+Blue) = 207+50+55=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3237 is #30CDC8. Grayscale: #616161. Windows color (decimal): -3198409 or 3617487. OLE color: 3617487.

HSL color Cylindrical-coordinate representation of color #CF3237: hue angle of 358.09º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3237 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 50 55 -
CMYK 0 0.76 0.73 0.19
HSL 358.09º 0.62% 0.5% -
HSV(B) 358.09º 0.76% 0.81% -
XYZ 27.56 15.82 5.22 -
YUV 97.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 207 50 55 0 0.76 0.73 0.19 358.09 0.62 0.5
Hex CF 32 37 0 4C 49 13 166 3E 32
Octal 317 62 67 0 114 111 23 546 76 62
Binary 11001111 110010 110111 0 1001100 1001001 10011 101100110 111110 110010

Color Harmonies of #CF3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3237

Black with #CF3237

Text Example


Text Example

White with #CF3237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3237; }

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

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

background-color css

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

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

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

border-color css

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

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

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