Html Css Color HEX #CF2836 Mahogany

📋 copy color: '#CF2836'

red 207 ◦ green 40 ◦ blue 54

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

Shades of Mahogany #CF2836

Tints of Mahogany #CF2836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 68.77%
G = 13.29%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF2836 (or 0xCF2836) is known color: Mahogany. HEX triplet: CF, 28 and 36. RGB value is (207,40,54). Sum of RGB (Red+Green+Blue) = 207+40+54=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2836 is #30D7C9. Grayscale: #5B5B5B. Windows color (decimal): -3200970 or 3549391. OLE color: 3549391.

HSL color Cylindrical-coordinate representation of color #CF2836: hue angle of 354.97º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2836 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 40 54 -
CMYK 0 0.81 0.74 0.19
HSL 354.97º 0.68% 0.48% -
HSV(B) 354.97º 0.81% 0.81% -
XYZ 27.16 15.05 4.96 -
YUV 91.53 106.83 210.36 -
System Red Green Blue C M Y K H S L
Decimal 207 40 54 0 0.81 0.74 0.19 354.97 0.68 0.48
Hex CF 28 36 0 51 4A 13 163 44 30
Octal 317 50 66 0 121 112 23 543 104 60
Binary 11001111 101000 110110 0 1010001 1001010 10011 101100011 1000100 110000

Color Harmonies of #CF2836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2836

Black with #CF2836

Text Example


Text Example

White with #CF2836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2836; }

 p { color: rgb(207,40,54); }

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

background-color css

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

 a { background-color: rgb(207,40,54); }

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

border-color css

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

 span { border-color: rgb(207,40,54); }

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