Html Css Color HEX #CF2937 Mahogany

📋 copy color: '#CF2937'

red 207 ◦ green 41 ◦ blue 55

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

Shades of Mahogany #CF2937

Tints of Mahogany #CF2937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.53%

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

R = 68.32%
G = 13.53%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF2937 (or 0xCF2937) is known color: Mahogany. HEX triplet: CF, 29 and 37. RGB value is (207,41,55). Sum of RGB (Red+Green+Blue) = 207+41+55=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2937 is #30D6C8. Grayscale: #5C5C5C. Windows color (decimal): -3200713 or 3615183. OLE color: 3615183.

HSL color Cylindrical-coordinate representation of color #CF2937: hue angle of 354.94º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2937 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 55 -
CMYK 0 0.80 0.73 0.19
HSL 354.94º 0.67% 0.49% -
HSV(B) 354.94º 0.8% 0.81% -
XYZ 27.21 15.13 5.1 -
YUV 92.23 107 209.86 -
System Red Green Blue C M Y K H S L
Decimal 207 41 55 0 0.80 0.73 0.19 354.94 0.67 0.49
Hex CF 29 37 0 50 49 13 163 43 31
Octal 317 51 67 0 120 111 23 543 103 61
Binary 11001111 101001 110111 0 1010000 1001001 10011 101100011 1000011 110001

Color Harmonies of #CF2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2937

Black with #CF2937

Text Example


Text Example

White with #CF2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2937; }

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

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

background-color css

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

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

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

border-color css

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

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

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