Html Css Color HEX #CF2D37 Mahogany

📋 copy color: '#CF2D37'

red 207 ◦ green 45 ◦ blue 55

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

Shades of Mahogany #CF2D37

Tints of Mahogany #CF2D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

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

R = 67.43%
G = 14.66%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF2D37 (or 0xCF2D37) is known color: Mahogany. HEX triplet: CF, 2D and 37. RGB value is (207,45,55). Sum of RGB (Red+Green+Blue) = 207+45+55=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2D37 is #30D2C8. Grayscale: #5E5E5E. Windows color (decimal): -3199689 or 3616207. OLE color: 3616207.

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

Color convert

RGB 207 45 55 -
CMYK 0 0.78 0.73 0.19
HSL 356.3º 0.64% 0.49% -
HSV(B) 356.3º 0.78% 0.81% -
XYZ 27.36 15.42 5.15 -
YUV 94.58 105.67 208.19 -
System Red Green Blue C M Y K H S L
Decimal 207 45 55 0 0.78 0.73 0.19 356.3 0.64 0.49
Hex CF 2D 37 0 4E 49 13 164 40 31
Octal 317 55 67 0 116 111 23 544 100 61
Binary 11001111 101101 110111 0 1001110 1001001 10011 101100100 1000000 110001

Color Harmonies of #CF2D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D37

Black with #CF2D37

Text Example


Text Example

White with #CF2D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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