Html Css Color HEX #CF282E Mahogany

📋 copy color: '#CF282E'

red 207 ◦ green 40 ◦ blue 46

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

Shades of Mahogany #CF282E

Tints of Mahogany #CF282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.7%

R = 70.65%
G = 13.65%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF282E (or 0xCF282E) is known color: Mahogany. HEX triplet: CF, 28 and 2E. RGB value is (207,40,46). Sum of RGB (Red+Green+Blue) = 207+40+46=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF282E is #30D7D1. Grayscale: #5A5A5A. Windows color (decimal): -3200978 or 3025103. OLE color: 3025103.

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

Color convert

RGB 207 40 46 -
CMYK 0 0.81 0.78 0.19
HSL 357.84º 0.68% 0.48% -
HSV(B) 357.84º 0.81% 0.81% -
XYZ 26.98 14.98 4.05 -
YUV 90.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 207 40 46 0 0.81 0.78 0.19 357.84 0.68 0.48
Hex CF 28 2E 0 51 4E 13 166 44 30
Octal 317 50 56 0 121 116 23 546 104 60
Binary 11001111 101000 101110 0 1010001 1001110 10011 101100110 1000100 110000

Color Harmonies of #CF282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF282E

Black with #CF282E

Text Example


Text Example

White with #CF282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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