Html Css Color HEX #CF2936 Mahogany

📋 copy color: '#CF2936'

red 207 ◦ green 41 ◦ blue 54

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

Shades of Mahogany #CF2936

Tints of Mahogany #CF2936

RGB

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

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

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

R = 68.54%
G = 13.58%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF2936 (or 0xCF2936) is known color: Mahogany. HEX triplet: CF, 29 and 36. RGB value is (207,41,54). Sum of RGB (Red+Green+Blue) = 207+41+54=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2936 is #30D6C9. Grayscale: #5C5C5C. Windows color (decimal): -3200714 or 3549647. OLE color: 3549647.

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

Color convert

RGB 207 41 54 -
CMYK 0 0.80 0.74 0.19
HSL 355.3º 0.67% 0.49% -
HSV(B) 355.3º 0.8% 0.81% -
XYZ 27.19 15.12 4.97 -
YUV 92.12 106.5 209.94 -
System Red Green Blue C M Y K H S L
Decimal 207 41 54 0 0.80 0.74 0.19 355.3 0.67 0.49
Hex CF 29 36 0 50 4A 13 163 43 31
Octal 317 51 66 0 120 112 23 543 103 61
Binary 11001111 101001 110110 0 1010000 1001010 10011 101100011 1000011 110001

Color Harmonies of #CF2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2936

Black with #CF2936

Text Example


Text Example

White with #CF2936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2936; }

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

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

background-color css

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

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

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

border-color css

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

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

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