Html Css Color HEX #CF2736 Mahogany

📋 copy color: '#CF2736'

red 207 ◦ green 39 ◦ blue 54

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

Shades of Mahogany #CF2736

Tints of Mahogany #CF2736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

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

R = 69%
G = 13%
B = 18%

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

#CF2736 (or 0xCF2736) is known color: Mahogany. HEX triplet: CF, 27 and 36. RGB value is (207,39,54). Sum of RGB (Red+Green+Blue) = 207+39+54=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2736 is #30D8C9. Grayscale: #5B5B5B. Windows color (decimal): -3201226 or 3549135. OLE color: 3549135.

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

Color convert

RGB 207 39 54 -
CMYK 0 0.81 0.74 0.19
HSL 354.64º 0.68% 0.48% -
HSV(B) 354.64º 0.81% 0.81% -
XYZ 27.12 14.98 4.95 -
YUV 90.94 107.16 210.78 -
System Red Green Blue C M Y K H S L
Decimal 207 39 54 0 0.81 0.74 0.19 354.64 0.68 0.48
Hex CF 27 36 0 51 4A 13 163 44 30
Octal 317 47 66 0 121 112 23 543 104 60
Binary 11001111 100111 110110 0 1010001 1001010 10011 101100011 1000100 110000

Color Harmonies of #CF2736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2736

Black with #CF2736

Text Example


Text Example

White with #CF2736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2736; }

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

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

background-color css

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

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

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

border-color css

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

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

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