Html Css Color HEX #CF272B Mahogany

📋 copy color: '#CF272B'

red 207 ◦ green 39 ◦ blue 43

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

Shades of Mahogany #CF272B

Tints of Mahogany #CF272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.88%

R = 71.63%
G = 13.49%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF272B (or 0xCF272B) is known color: Mahogany. HEX triplet: CF, 27 and 2B. RGB value is (207,39,43). Sum of RGB (Red+Green+Blue) = 207+39+43=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF272B is #30D8D4. Grayscale: #595959. Windows color (decimal): -3201237 or 2828239. OLE color: 2828239.

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

Color convert

RGB 207 39 43 -
CMYK 0 0.81 0.79 0.19
HSL 358.57º 0.68% 0.48% -
HSV(B) 358.57º 0.81% 0.81% -
XYZ 26.89 14.89 3.74 -
YUV 89.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 207 39 43 0 0.81 0.79 0.19 358.57 0.68 0.48
Hex CF 27 2B 0 51 4F 13 167 44 30
Octal 317 47 53 0 121 117 23 547 104 60
Binary 11001111 100111 101011 0 1010001 1001111 10011 101100111 1000100 110000

Color Harmonies of #CF272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF272B

Black with #CF272B

Text Example


Text Example

White with #CF272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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